Package | Description |
---|---|
com.amazonaws.services.securitytoken |
|
com.amazonaws.services.securitytoken.model |
Modifier and Type | Method and Description |
---|---|
GetCallerIdentityResult |
AbstractAWSSecurityTokenService.getCallerIdentity(GetCallerIdentityRequest request) |
GetCallerIdentityResult |
AWSSecurityTokenServiceClient.getCallerIdentity(GetCallerIdentityRequest request)
Returns details about the IAM user or role whose credentials are used to call the operation.
|
GetCallerIdentityResult |
AWSSecurityTokenService.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 |
---|---|
Future<GetCallerIdentityResult> |
AWSSecurityTokenServiceAsyncClient.getCallerIdentityAsync(GetCallerIdentityRequest request,
AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler) |
Future<GetCallerIdentityResult> |
AWSSecurityTokenServiceAsync.getCallerIdentityAsync(GetCallerIdentityRequest getCallerIdentityRequest,
AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler)
Returns details about the IAM user or role whose credentials are used to call the operation.
|
Future<GetCallerIdentityResult> |
AbstractAWSSecurityTokenServiceAsync.getCallerIdentityAsync(GetCallerIdentityRequest request,
AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetCallerIdentityResult |
GetCallerIdentityResult.clone() |
GetCallerIdentityResult |
GetCallerIdentityResult.withAccount(String account)
The AWS account ID number of the account that owns or contains the calling entity.
|
GetCallerIdentityResult |
GetCallerIdentityResult.withArn(String arn)
The AWS ARN associated with the calling entity.
|
GetCallerIdentityResult |
GetCallerIdentityResult.withUserId(String userId)
The unique identifier of the calling entity.
|
Copyright © 2021. All rights reserved.