Package | Description |
---|---|
com.amazonaws.services.securitytoken | |
com.amazonaws.services.securitytoken.model | |
com.amazonaws.services.securitytoken.model.transform |
Modifier and Type | Method and Description |
---|---|
GetCallerIdentityResult |
AbstractAWSSecurityTokenService.getCallerIdentity(GetCallerIdentityRequest request) |
GetCallerIdentityResult |
AWSSecurityTokenServiceClient.getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetCallerIdentityResult> |
AbstractAWSSecurityTokenServiceAsync.getCallerIdentityAsync(GetCallerIdentityRequest request) |
java.util.concurrent.Future<GetCallerIdentityResult> |
AWSSecurityTokenServiceAsyncClient.getCallerIdentityAsync(GetCallerIdentityRequest request) |
java.util.concurrent.Future<GetCallerIdentityResult> |
AWSSecurityTokenServiceAsync.getCallerIdentityAsync(GetCallerIdentityRequest getCallerIdentityRequest)
Returns details about the IAM identity whose credentials are used to call
the API.
|
java.util.concurrent.Future<GetCallerIdentityResult> |
AbstractAWSSecurityTokenServiceAsync.getCallerIdentityAsync(GetCallerIdentityRequest request,
AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler) |
java.util.concurrent.Future<GetCallerIdentityResult> |
AWSSecurityTokenServiceAsyncClient.getCallerIdentityAsync(GetCallerIdentityRequest request,
AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler) |
java.util.concurrent.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 |
---|---|
java.util.concurrent.Future<GetCallerIdentityResult> |
AbstractAWSSecurityTokenServiceAsync.getCallerIdentityAsync(GetCallerIdentityRequest request,
AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler) |
java.util.concurrent.Future<GetCallerIdentityResult> |
AWSSecurityTokenServiceAsyncClient.getCallerIdentityAsync(GetCallerIdentityRequest request,
AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler) |
java.util.concurrent.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(java.lang.String account)
The AWS account ID number of the account that owns or contains the
calling entity.
|
GetCallerIdentityResult |
GetCallerIdentityResult.withArn(java.lang.String arn)
The AWS ARN associated with the calling entity.
|
GetCallerIdentityResult |
GetCallerIdentityResult.withUserId(java.lang.String userId)
The unique identifier of the calling entity.
|
Modifier and Type | Method and Description |
---|---|
GetCallerIdentityResult |
GetCallerIdentityResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |