Uses of Class
com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
-
Packages that use GetCallerIdentityResult Package Description com.amazonaws.services.securitytoken com.amazonaws.services.securitytoken.model -
-
Uses of GetCallerIdentityResult in com.amazonaws.services.securitytoken
Methods in com.amazonaws.services.securitytoken that return GetCallerIdentityResult Modifier and Type Method Description GetCallerIdentityResult
AbstractAWSSecurityTokenService. getCallerIdentity(GetCallerIdentityRequest request)
GetCallerIdentityResult
AWSSecurityTokenService. getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)
Returns details about the IAM identity whose credentials are used to call the API.GetCallerIdentityResult
AWSSecurityTokenServiceClient. getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)
Returns details about the IAM identity whose credentials are used to call the API.Method parameters in com.amazonaws.services.securitytoken with type arguments of type GetCallerIdentityResult Modifier and Type Method Description 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.Future<GetCallerIdentityResult>
AWSSecurityTokenServiceAsyncClient. getCallerIdentityAsync(GetCallerIdentityRequest request, AsyncHandler<GetCallerIdentityRequest,GetCallerIdentityResult> asyncHandler)
-
Uses of GetCallerIdentityResult in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return GetCallerIdentityResult Modifier and Type Method 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.
-