| Package | Description | 
|---|---|
| com.amazonaws.services.securitytoken |  | 
| com.amazonaws.services.securitytoken.model | 
| Modifier and Type | Method and Description | 
|---|---|
| GetCallerIdentityResult | AWSSecurityTokenServiceClient. getCallerIdentity(GetCallerIdentityRequest request)
 Returns details about the IAM identity whose credentials are used to call the API. | 
| GetCallerIdentityResult | AWSSecurityTokenService. getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)
 Returns details about the IAM identity whose credentials are used to call the API. | 
| GetCallerIdentityResult | AbstractAWSSecurityTokenService. getCallerIdentity(GetCallerIdentityRequest request) | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<GetCallerIdentityResult> | AWSSecurityTokenServiceAsyncClient. getCallerIdentityAsync(GetCallerIdentityRequest request,
                      AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler) | 
| Future<GetCallerIdentityResult> | AbstractAWSSecurityTokenServiceAsync. getCallerIdentityAsync(GetCallerIdentityRequest request,
                      AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler) | 
| Future<GetCallerIdentityResult> | AWSSecurityTokenServiceAsync. getCallerIdentityAsync(GetCallerIdentityRequest getCallerIdentityRequest,
                      AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler)
 Returns details about the IAM identity whose credentials are used to call the API. | 
| 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 © 2017. All rights reserved.