Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeStackInstanceRequest.Builder
-
Packages that use DescribeStackInstanceRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of DescribeStackInstanceRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type DescribeStackInstanceRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeStackInstanceResponse>CloudFormationAsyncClient. 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.Builder Modifier and Type Method Description static DescribeStackInstanceRequest.BuilderDescribeStackInstanceRequest. builder()DescribeStackInstanceRequest.BuilderDescribeStackInstanceRequest.Builder. callAs(String callAs)[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.BuilderDescribeStackInstanceRequest.Builder. callAs(CallAs callAs)[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.BuilderDescribeStackInstanceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStackInstanceRequest.BuilderDescribeStackInstanceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeStackInstanceRequest.BuilderDescribeStackInstanceRequest.Builder. stackInstanceAccount(String stackInstanceAccount)The ID of an Amazon Web Services account that's associated with this stack instance.DescribeStackInstanceRequest.BuilderDescribeStackInstanceRequest.Builder. stackInstanceRegion(String stackInstanceRegion)The name of a Region that's associated with this stack instance.DescribeStackInstanceRequest.BuilderDescribeStackInstanceRequest.Builder. stackSetName(String stackSetName)The name or the unique stack ID of the StackSet that you want to get stack instance information for.DescribeStackInstanceRequest.BuilderDescribeStackInstanceRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeStackInstanceRequest.Builder Modifier and Type Method Description static Class<? extends DescribeStackInstanceRequest.Builder>DescribeStackInstanceRequest. serializableBuilderClass()
-