Uses of Class
com.amazonaws.services.securitytoken.model.FederatedUser

Packages that use FederatedUser
com.amazonaws.services.securitytoken.model Classes modeling the various types represented by AWSSecurityTokenService. 
 

Uses of FederatedUser in com.amazonaws.services.securitytoken.model
 

Methods in com.amazonaws.services.securitytoken.model that return FederatedUser
 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.
 

Methods in com.amazonaws.services.securitytoken.model with parameters of type FederatedUser
 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 © 2016. All rights reserved.