Uses of Class
com.amazonaws.services.securitytoken.model.FederatedUser
-
Packages that use FederatedUser Package Description com.amazonaws.services.securitytoken.model -
-
Uses of FederatedUser in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return FederatedUser Modifier and Type Method Description FederatedUserFederatedUser. clone()FederatedUserGetFederationTokenResult. getFederatedUser()Identifiers for the federated user associated with the credentials (such asarn:aws:sts::123456789012:federated-user/Bobor123456789012:Bob).FederatedUserFederatedUser. withArn(String arn)The ARN that specifies the federated user that is associated with the credentials.FederatedUserFederatedUser. 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 FederatedUser Modifier and Type Method Description voidGetFederationTokenResult. setFederatedUser(FederatedUser federatedUser)Identifiers for the federated user associated with the credentials (such asarn:aws:sts::123456789012:federated-user/Bobor123456789012:Bob).GetFederationTokenResultGetFederationTokenResult. withFederatedUser(FederatedUser federatedUser)Identifiers for the federated user associated with the credentials (such asarn:aws:sts::123456789012:federated-user/Bobor123456789012:Bob).
-