Package | Description |
---|---|
com.amazonaws.services.securitytoken.model |
Modifier and Type | Method and Description |
---|---|
FederatedUser |
FederatedUser.clone() |
FederatedUser |
GetFederationTokenResult.getFederatedUser()
Identifiers for the federated user associated with the credentials (such as
arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob ). |
FederatedUser |
FederatedUser.withArn(String arn)
The ARN that specifies the federated user that is associated with the credentials.
|
FederatedUser |
FederatedUser.withFederatedUserId(String federatedUserId)
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM
user.
|
Modifier and Type | Method and Description |
---|---|
void |
GetFederationTokenResult.setFederatedUser(FederatedUser federatedUser)
Identifiers for the federated user associated with the credentials (such as
arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob ). |
GetFederationTokenResult |
GetFederationTokenResult.withFederatedUser(FederatedUser federatedUser)
Identifiers for the federated user associated with the credentials (such as
arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob ). |
Copyright © 2018. All rights reserved.