Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRootResponse
-
Packages that use AssumeRootResponse Package Description software.amazon.awssdk.services.sts Security Token Service -
-
Uses of AssumeRootResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return AssumeRootResponse Modifier and Type Method Description default 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 AssumeRootResponse Modifier and Type Method Description default 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.
-