Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeStackResourceResponse.Builder
-
Packages that use DescribeStackResourceResponse.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of DescribeStackResourceResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeStackResourceResponse.Builder Modifier and Type Method Description static DescribeStackResourceResponse.BuilderDescribeStackResourceResponse. builder()default DescribeStackResourceResponse.BuilderDescribeStackResourceResponse.Builder. stackResourceDetail(Consumer<StackResourceDetail.Builder> stackResourceDetail)AStackResourceDetailstructure that contains the description of the specified resource in the specified stack.DescribeStackResourceResponse.BuilderDescribeStackResourceResponse.Builder. stackResourceDetail(StackResourceDetail stackResourceDetail)AStackResourceDetailstructure that contains the description of the specified resource in the specified stack.DescribeStackResourceResponse.BuilderDescribeStackResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeStackResourceResponse.Builder Modifier and Type Method Description static Class<? extends DescribeStackResourceResponse.Builder>DescribeStackResourceResponse. serializableBuilderClass()
-