Uses of Interface
software.amazon.awssdk.services.sts.model.AssumeRootRequest.Builder
Packages that use AssumeRootRequest.Builder
Package
Description
-
Uses of AssumeRootRequest.Builder in software.amazon.awssdk.services.sts
Method parameters in software.amazon.awssdk.services.sts with type arguments of type AssumeRootRequest.BuilderModifier 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 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. -
Uses of AssumeRootRequest.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumeRootRequest.BuilderModifier and TypeMethodDescriptionstatic AssumeRootRequest.BuilderAssumeRootRequest.builder()AssumeRootRequest.Builder.durationSeconds(Integer durationSeconds) The duration, in seconds, of the privileged session.AssumeRootRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssumeRootRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssumeRootRequest.Builder.targetPrincipal(String targetPrincipal) The member account principal ARN or account ID.default AssumeRootRequest.BuilderAssumeRootRequest.Builder.taskPolicyArn(Consumer<PolicyDescriptorType.Builder> taskPolicyArn) The identity based policy that scopes the session to the privileged tasks that can be performed.AssumeRootRequest.Builder.taskPolicyArn(PolicyDescriptorType taskPolicyArn) The identity based policy that scopes the session to the privileged tasks that can be performed.AssumeRootRequest.toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type AssumeRootRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssumeRootRequest.Builder>AssumeRootRequest.serializableBuilderClass()