Uses of Class
com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
Packages that use GetCallerIdentityResult
-
Uses of GetCallerIdentityResult in com.amazonaws.services.securitytoken
Methods in com.amazonaws.services.securitytoken that return GetCallerIdentityResultModifier and TypeMethodDescriptionAbstractAWSSecurityTokenService.getCallerIdentity
(GetCallerIdentityRequest request) AWSSecurityTokenService.getCallerIdentity
(GetCallerIdentityRequest getCallerIdentityRequest) Returns details about the IAM identity whose credentials are used to call the API.AWSSecurityTokenServiceClient.getCallerIdentity
(GetCallerIdentityRequest getCallerIdentityRequest) Returns details about the IAM identity whose credentials are used to call the API.Methods in com.amazonaws.services.securitytoken that return types with arguments of type GetCallerIdentityResultModifier and TypeMethodDescriptionAbstractAWSSecurityTokenServiceAsync.getCallerIdentityAsync
(GetCallerIdentityRequest request) AbstractAWSSecurityTokenServiceAsync.getCallerIdentityAsync
(GetCallerIdentityRequest request, AsyncHandler<GetCallerIdentityRequest, GetCallerIdentityResult> asyncHandler) AWSSecurityTokenServiceAsync.getCallerIdentityAsync
(GetCallerIdentityRequest getCallerIdentityRequest) Returns details about the IAM identity whose credentials are used to call the API.AWSSecurityTokenServiceAsync.getCallerIdentityAsync
(GetCallerIdentityRequest getCallerIdentityRequest, AsyncHandler<GetCallerIdentityRequest, GetCallerIdentityResult> asyncHandler) Returns details about the IAM identity whose credentials are used to call the API.AWSSecurityTokenServiceAsyncClient.getCallerIdentityAsync
(GetCallerIdentityRequest request) AWSSecurityTokenServiceAsyncClient.getCallerIdentityAsync
(GetCallerIdentityRequest request, AsyncHandler<GetCallerIdentityRequest, GetCallerIdentityResult> asyncHandler) Method parameters in com.amazonaws.services.securitytoken with type arguments of type GetCallerIdentityResultModifier and TypeMethodDescriptionAbstractAWSSecurityTokenServiceAsync.getCallerIdentityAsync
(GetCallerIdentityRequest request, AsyncHandler<GetCallerIdentityRequest, GetCallerIdentityResult> asyncHandler) AWSSecurityTokenServiceAsync.getCallerIdentityAsync
(GetCallerIdentityRequest getCallerIdentityRequest, AsyncHandler<GetCallerIdentityRequest, GetCallerIdentityResult> asyncHandler) Returns details about the IAM identity whose credentials are used to call the API.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 GetCallerIdentityResultModifier and TypeMethodDescriptionGetCallerIdentityResult.clone()
GetCallerIdentityResult.withAccount
(String account) The AWS account ID number of the account that owns or contains the calling entity.The AWS ARN associated with the calling entity.GetCallerIdentityResult.withUserId
(String userId) The unique identifier of the calling entity.