Uses of Class
com.amazonaws.services.securitytoken.model.FederatedUser
Packages that use FederatedUser
-
Uses of FederatedUser in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return FederatedUserModifier and TypeMethodDescriptionFederatedUser.clone()
GetFederationTokenResult.getFederatedUser()
Identifiers for the federated user associated with the credentials (such asarn:aws:sts::123456789012:federated-user/Bob
or123456789012:Bob
).The ARN that specifies the federated user that is associated with the credentials.FederatedUser.withFederatedUserId
(String federatedUserId) The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.Methods in com.amazonaws.services.securitytoken.model with parameters of type FederatedUserModifier and TypeMethodDescriptionvoid
GetFederationTokenResult.setFederatedUser
(FederatedUser federatedUser) Identifiers for the federated user associated with the credentials (such asarn:aws:sts::123456789012:federated-user/Bob
or123456789012:Bob
).GetFederationTokenResult.withFederatedUser
(FederatedUser federatedUser) Identifiers for the federated user associated with the credentials (such asarn:aws:sts::123456789012:federated-user/Bob
or123456789012:Bob
).