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

Packages that use AssumeRoleResult
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 AssumeRoleResult in com.amazonaws.services.securitytoken
 

Methods in com.amazonaws.services.securitytoken that return AssumeRoleResult
 AssumeRoleResult AWSSecurityTokenServiceClient.assumeRole(AssumeRoleRequest assumeRoleRequest)
           Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
 AssumeRoleResult AWSSecurityTokenService.assumeRole(AssumeRoleRequest assumeRoleRequest)
           Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
 

Methods in com.amazonaws.services.securitytoken that return types with arguments of type AssumeRoleResult
 Future<AssumeRoleResult> AWSSecurityTokenServiceAsyncClient.assumeRoleAsync(AssumeRoleRequest assumeRoleRequest)
           Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
 Future<AssumeRoleResult> AWSSecurityTokenServiceAsync.assumeRoleAsync(AssumeRoleRequest assumeRoleRequest)
           Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
 Future<AssumeRoleResult> AWSSecurityTokenServiceAsyncClient.assumeRoleAsync(AssumeRoleRequest assumeRoleRequest, AsyncHandler<AssumeRoleRequest,AssumeRoleResult> asyncHandler)
           Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
 Future<AssumeRoleResult> AWSSecurityTokenServiceAsync.assumeRoleAsync(AssumeRoleRequest assumeRoleRequest, AsyncHandler<AssumeRoleRequest,AssumeRoleResult> asyncHandler)
           Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
 

Method parameters in com.amazonaws.services.securitytoken with type arguments of type AssumeRoleResult
 Future<AssumeRoleResult> AWSSecurityTokenServiceAsyncClient.assumeRoleAsync(AssumeRoleRequest assumeRoleRequest, AsyncHandler<AssumeRoleRequest,AssumeRoleResult> asyncHandler)
           Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
 Future<AssumeRoleResult> AWSSecurityTokenServiceAsync.assumeRoleAsync(AssumeRoleRequest assumeRoleRequest, AsyncHandler<AssumeRoleRequest,AssumeRoleResult> asyncHandler)
           Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
 

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

Methods in com.amazonaws.services.securitytoken.model that return AssumeRoleResult
 AssumeRoleResult AssumeRoleResult.withAssumedRoleUser(AssumedRoleUser assumedRoleUser)
          The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.
 AssumeRoleResult AssumeRoleResult.withCredentials(Credentials credentials)
          The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
 AssumeRoleResult AssumeRoleResult.withPackedPolicySize(Integer packedPolicySize)
          A percentage value that indicates the size of the policy in packed form.
 



Copyright © 2016. All rights reserved.