Package | Description |
---|---|
com.amazonaws.services.securitytoken |
|
com.amazonaws.services.securitytoken.model |
Classes modeling the various types represented by AWSSecurityTokenService
|
Modifier and Type | Method and Description |
---|---|
GetCallerIdentityResult |
AWSSecurityTokenServiceClient.getCallerIdentity()
Returns details about the IAM user or role whose credentials are used to
call the operation.
|
GetCallerIdentityResult |
AWSSecurityTokenService.getCallerIdentity()
Returns details about the IAM user or role whose credentials are used to
call the operation.
|
GetCallerIdentityResult |
AWSSecurityTokenServiceClient.getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)
Returns details about the IAM user or role whose credentials are used to
call the operation.
|
GetCallerIdentityResult |
AWSSecurityTokenService.getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)
Returns details about the IAM user or role whose credentials are used to
call the operation.
|
Modifier and Type | Method and Description |
---|---|
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 © 2019. All rights reserved.