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 GetCallerIdentityResultAbstractAWSSecurityTokenService. getCallerIdentity(GetCallerIdentityRequest request)GetCallerIdentityResultAWSSecurityTokenService. getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)Returns details about the IAM identity whose credentials are used to call the API.GetCallerIdentityResultAWSSecurityTokenServiceClient. 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 GetCallerIdentityResultGetCallerIdentityResult. clone()GetCallerIdentityResultGetCallerIdentityResult. withAccount(String account)The AWS account ID number of the account that owns or contains the calling entity.GetCallerIdentityResultGetCallerIdentityResult. withArn(String arn)The AWS ARN associated with the calling entity.GetCallerIdentityResultGetCallerIdentityResult. withUserId(String userId)The unique identifier of the calling entity.
-