Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeStackInstanceRequest.Builder
Packages that use DescribeStackInstanceRequest.Builder
Package
Description
-
Uses of DescribeStackInstanceRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type DescribeStackInstanceRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.describeStackInstance(Consumer<DescribeStackInstanceRequest.Builder> describeStackInstanceRequest) Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and Amazon Web Services Region.default DescribeStackInstanceResponseCloudFormationClient.describeStackInstance(Consumer<DescribeStackInstanceRequest.Builder> describeStackInstanceRequest) Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and Amazon Web Services Region. -
Uses of DescribeStackInstanceRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeStackInstanceRequest.BuilderModifier and TypeMethodDescriptionDescribeStackInstanceRequest.builder()[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.DescribeStackInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeStackInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeStackInstanceRequest.Builder.stackInstanceAccount(String stackInstanceAccount) The ID of an Amazon Web Services account that's associated with this stack instance.DescribeStackInstanceRequest.Builder.stackInstanceRegion(String stackInstanceRegion) The name of a Region that's associated with this stack instance.DescribeStackInstanceRequest.Builder.stackSetName(String stackSetName) The name or the unique stack ID of the StackSet that you want to get stack instance information for.DescribeStackInstanceRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeStackInstanceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeStackInstanceRequest.Builder>DescribeStackInstanceRequest.serializableBuilderClass()