Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRoleRequest
-
Packages that use AssumeRoleRequest Package Description software.amazon.awssdk.services.sts Security Token Service software.amazon.awssdk.services.sts.auth software.amazon.awssdk.services.sts.transform -
-
Uses of AssumeRoleRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type AssumeRoleRequest Modifier and Type Method Description default 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 AssumeRoleRequest Modifier and Type Method Description StsAssumeRoleCredentialsProvider.BuilderStsAssumeRoleCredentialsProvider.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 AssumeRoleRequest Modifier and Type Method Description StsAssumeRoleCredentialsProvider.BuilderStsAssumeRoleCredentialsProvider.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 AssumeRoleRequest Modifier and Type Method Description SdkHttpFullRequestAssumeRoleRequestMarshaller. marshall(AssumeRoleRequest assumeRoleRequest)
-