Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeStackInstanceResponse.Builder
-
Packages that use DescribeStackInstanceResponse.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of DescribeStackInstanceResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeStackInstanceResponse.Builder Modifier and Type Method Description static DescribeStackInstanceResponse.BuilderDescribeStackInstanceResponse. builder()default DescribeStackInstanceResponse.BuilderDescribeStackInstanceResponse.Builder. stackInstance(Consumer<StackInstance.Builder> stackInstance)The stack instance that matches the specified request parameters.DescribeStackInstanceResponse.BuilderDescribeStackInstanceResponse.Builder. stackInstance(StackInstance stackInstance)The stack instance that matches the specified request parameters.DescribeStackInstanceResponse.BuilderDescribeStackInstanceResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeStackInstanceResponse.Builder Modifier and Type Method Description static Class<? extends DescribeStackInstanceResponse.Builder>DescribeStackInstanceResponse. serializableBuilderClass()
-