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

Packages that use AssumeRoleWithSAMLResult
com.amazonaws.services.securitytoken Synchronous and asynchronous client classes for accessing AWSSecurityTokenService. 
com.amazonaws.services.securitytoken.model Classes modeling the various types represented by AWSSecurityTokenService. 
 

Uses of AssumeRoleWithSAMLResult in com.amazonaws.services.securitytoken
 

Methods in com.amazonaws.services.securitytoken that return AssumeRoleWithSAMLResult
 AssumeRoleWithSAMLResult AWSSecurityTokenServiceClient.assumeRoleWithSAML(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)
           Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.
 AssumeRoleWithSAMLResult AWSSecurityTokenService.assumeRoleWithSAML(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)
           Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.
 

Methods in com.amazonaws.services.securitytoken that return types with arguments of type AssumeRoleWithSAMLResult
 Future<AssumeRoleWithSAMLResult> AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)
           Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.
 Future<AssumeRoleWithSAMLResult> AWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)
           Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.
 Future<AssumeRoleWithSAMLResult> AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest, AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)
           Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.
 Future<AssumeRoleWithSAMLResult> AWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest, AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)
           Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.
 

Method parameters in com.amazonaws.services.securitytoken with type arguments of type AssumeRoleWithSAMLResult
 Future<AssumeRoleWithSAMLResult> AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest, AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)
           Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.
 Future<AssumeRoleWithSAMLResult> AWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest, AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)
           Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.
 

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

Methods in com.amazonaws.services.securitytoken.model that return AssumeRoleWithSAMLResult
 AssumeRoleWithSAMLResult AssumeRoleWithSAMLResult.withAssumedRoleUser(AssumedRoleUser assumedRoleUser)
          The identifiers for the temporary security credentials that the operation returns.
 AssumeRoleWithSAMLResult AssumeRoleWithSAMLResult.withAudience(String audience)
          Sets the value of the Audience property for this object.
 AssumeRoleWithSAMLResult AssumeRoleWithSAMLResult.withCredentials(Credentials credentials)
          AWS credentials for API authentication.
 AssumeRoleWithSAMLResult AssumeRoleWithSAMLResult.withIssuer(String issuer)
          Sets the value of the Issuer property for this object.
 AssumeRoleWithSAMLResult AssumeRoleWithSAMLResult.withNameQualifier(String nameQualifier)
          Sets the value of the NameQualifier property for this object.
 AssumeRoleWithSAMLResult AssumeRoleWithSAMLResult.withPackedPolicySize(Integer packedPolicySize)
          A percentage value that indicates the size of the policy in packed form.
 AssumeRoleWithSAMLResult AssumeRoleWithSAMLResult.withSubject(String subject)
          Sets the value of the Subject property for this object.
 AssumeRoleWithSAMLResult AssumeRoleWithSAMLResult.withSubjectType(String subjectType)
          Sets the value of the SubjectType property for this object.
 



Copyright © 2016. All rights reserved.