Uses of Class
com.amazonaws.services.securitytoken.model.AssumeRoleRequest
Packages that use AssumeRoleRequest
-
Uses of AssumeRoleRequest in com.amazonaws.services.securitytoken
Methods in com.amazonaws.services.securitytoken with parameters of type AssumeRoleRequestModifier and TypeMethodDescriptionAbstractAWSSecurityTokenService.assumeRole
(AssumeRoleRequest request) 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.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.AbstractAWSSecurityTokenServiceAsync.assumeRoleAsync
(AssumeRoleRequest request) AbstractAWSSecurityTokenServiceAsync.assumeRoleAsync
(AssumeRoleRequest request, AsyncHandler<AssumeRoleRequest, AssumeRoleResult> asyncHandler) 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.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.AWSSecurityTokenServiceAsyncClient.assumeRoleAsync
(AssumeRoleRequest request) AWSSecurityTokenServiceAsyncClient.assumeRoleAsync
(AssumeRoleRequest request, AsyncHandler<AssumeRoleRequest, AssumeRoleResult> asyncHandler) Method parameters in com.amazonaws.services.securitytoken with type arguments of type AssumeRoleRequestModifier and TypeMethodDescriptionAbstractAWSSecurityTokenServiceAsync.assumeRoleAsync
(AssumeRoleRequest request, AsyncHandler<AssumeRoleRequest, AssumeRoleResult> asyncHandler) 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.AWSSecurityTokenServiceAsyncClient.assumeRoleAsync
(AssumeRoleRequest request, AsyncHandler<AssumeRoleRequest, AssumeRoleResult> asyncHandler) -
Uses of AssumeRoleRequest in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return AssumeRoleRequestModifier and TypeMethodDescriptionAssumeRoleRequest.clone()
AssumeRoleRequest.withDurationSeconds
(Integer durationSeconds) The duration, in seconds, of the role session.AssumeRoleRequest.withExternalId
(String externalId) A unique identifier that is used by third parties when assuming roles in their customers' accounts.AssumeRoleRequest.withPolicy
(String policy) An IAM policy in JSON format.AssumeRoleRequest.withRoleArn
(String roleArn) The Amazon Resource Name (ARN) of the role to assume.AssumeRoleRequest.withRoleSessionName
(String roleSessionName) An identifier for the assumed role session.AssumeRoleRequest.withSerialNumber
(String serialNumber) The identification number of the MFA device that is associated with the user who is making theAssumeRole
call.AssumeRoleRequest.withTokenCode
(String tokenCode) The value provided by the MFA device, if the trust policy of the role being assumed requires MFA (that is, if the policy includes a condition that tests for MFA).