| Package | Description |
|---|---|
| software.amazon.awssdk.services.sts |
|
| Modifier and Type | Method and Description |
|---|---|
default GetCallerIdentityResponse |
StsClient.getCallerIdentity()
Returns details about the IAM user or role whose credentials are used to call the operation.
|
default GetCallerIdentityResponse |
StsClient.getCallerIdentity(Consumer<GetCallerIdentityRequest.Builder> getCallerIdentityRequest)
Returns details about the IAM user or role whose credentials are used to call the operation.
|
default GetCallerIdentityResponse |
StsClient.getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)
Returns details about the IAM user or role whose credentials are used to call the operation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCallerIdentityResponse> |
StsAsyncClient.getCallerIdentity()
Returns details about the IAM user or role whose credentials are used to call the operation.
|
default CompletableFuture<GetCallerIdentityResponse> |
StsAsyncClient.getCallerIdentity(Consumer<GetCallerIdentityRequest.Builder> getCallerIdentityRequest)
Returns details about the IAM user or role whose credentials are used to call the operation.
|
default CompletableFuture<GetCallerIdentityResponse> |
StsAsyncClient.getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)
Returns details about the IAM user or role whose credentials are used to call the operation.
|
Copyright © 2020. All rights reserved.