Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRootRequest
-
Packages that use AssumeRootRequest Package Description software.amazon.awssdk.services.sts Security Token Service software.amazon.awssdk.services.sts.transform -
-
Uses of AssumeRootRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type AssumeRootRequest Modifier and Type Method Description 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.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. -
Uses of AssumeRootRequest in software.amazon.awssdk.services.sts.transform
Methods in software.amazon.awssdk.services.sts.transform with parameters of type AssumeRootRequest Modifier and Type Method Description SdkHttpFullRequestAssumeRootRequestMarshaller. marshall(AssumeRootRequest assumeRootRequest)
-