Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRoleRequest
Packages that use AssumeRoleRequest
Package
Description
-
Uses of AssumeRoleRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type AssumeRoleRequestModifier and TypeMethodDescriptiondefault CompletableFuture<AssumeRoleResponse>StsAsyncClient.assumeRole(AssumeRoleRequest assumeRoleRequest) Returns a set of temporary security credentials that you can use to access Amazon Web Services resources.default AssumeRoleResponseStsClient.assumeRole(AssumeRoleRequest assumeRoleRequest) Returns a set of temporary security credentials that you can use to access Amazon Web Services resources. -
Uses of AssumeRoleRequest in software.amazon.awssdk.services.sts.auth
Methods in software.amazon.awssdk.services.sts.auth with parameters of type AssumeRoleRequestModifier and TypeMethodDescriptionStsAssumeRoleCredentialsProvider.Builder.refreshRequest(AssumeRoleRequest assumeRoleRequest) Configure theAssumeRoleRequestthat should be periodically sent to the STS service to update the assumed credentials.Method parameters in software.amazon.awssdk.services.sts.auth with type arguments of type AssumeRoleRequestModifier and TypeMethodDescriptionStsAssumeRoleCredentialsProvider.Builder.refreshRequest(Supplier<AssumeRoleRequest> assumeRoleRequestSupplier) Similar toStsAssumeRoleCredentialsProvider.Builder.refreshRequest(AssumeRoleRequest), but takes aSupplierto supply the request to STS. -
Uses of AssumeRoleRequest in software.amazon.awssdk.services.sts.transform
Methods in software.amazon.awssdk.services.sts.transform with parameters of type AssumeRoleRequestModifier and TypeMethodDescriptionAssumeRoleRequestMarshaller.marshall(AssumeRoleRequest assumeRoleRequest)