Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRootResponse
Packages that use AssumeRootResponse
-
Uses of AssumeRootResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return AssumeRootResponseModifier and TypeMethodDescriptiondefault AssumeRootResponseStsClient.assumeRoot(Consumer<AssumeRootRequest.Builder> assumeRootRequest) Returns a set of short term credentials you can use to perform privileged tasks on a member account in your organization.default AssumeRootResponseStsClient.assumeRoot(AssumeRootRequest assumeRootRequest) Returns a set of short term credentials you can use to perform privileged tasks on a member account in your organization.Methods in software.amazon.awssdk.services.sts that return types with arguments of type AssumeRootResponseModifier and TypeMethodDescriptiondefault CompletableFuture<AssumeRootResponse>StsAsyncClient.assumeRoot(Consumer<AssumeRootRequest.Builder> assumeRootRequest) Returns a set of short term credentials you can use to perform privileged tasks on a member account in your organization.default CompletableFuture<AssumeRootResponse>StsAsyncClient.assumeRoot(AssumeRootRequest assumeRootRequest) Returns a set of short term credentials you can use to perform privileged tasks on a member account in your organization.