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 |
---|---|
GetFederationTokenResult |
AWSSecurityTokenServiceClient.getFederationToken(GetFederationTokenRequest getFederationTokenRequest)
Returns a set of temporary security credentials (consisting of an access
key ID, a secret access key, and a security token) for a federated user.
|
GetFederationTokenResult |
AWSSecurityTokenService.getFederationToken(GetFederationTokenRequest getFederationTokenRequest)
Returns a set of temporary security credentials (consisting of an access
key ID, a secret access key, and a security token) for a federated user.
|
Modifier and Type | Method and Description |
---|---|
GetFederationTokenRequest |
GetFederationTokenRequest.withDurationSeconds(Integer durationSeconds)
The duration, in seconds, that the session should last.
|
GetFederationTokenRequest |
GetFederationTokenRequest.withName(String name)
The name of the federated user.
|
GetFederationTokenRequest |
GetFederationTokenRequest.withPolicy(String policy)
An IAM policy in JSON format that you want to use as an inline session
policy.
|
GetFederationTokenRequest |
GetFederationTokenRequest.withPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as a managed session policy.
|
GetFederationTokenRequest |
GetFederationTokenRequest.withPolicyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as a managed session policy.
|
Copyright © 2019. All rights reserved.