Uses of Interface
software.amazon.awssdk.services.opsworks.model.DescribeStackSummaryResponse.Builder
-
Packages that use DescribeStackSummaryResponse.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of DescribeStackSummaryResponse.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return DescribeStackSummaryResponse.Builder Modifier and Type Method Description static DescribeStackSummaryResponse.BuilderDescribeStackSummaryResponse. builder()default DescribeStackSummaryResponse.BuilderDescribeStackSummaryResponse.Builder. stackSummary(Consumer<StackSummary.Builder> stackSummary)AStackSummaryobject that contains the results.DescribeStackSummaryResponse.BuilderDescribeStackSummaryResponse.Builder. stackSummary(StackSummary stackSummary)AStackSummaryobject that contains the results.DescribeStackSummaryResponse.BuilderDescribeStackSummaryResponse. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type DescribeStackSummaryResponse.Builder Modifier and Type Method Description static Class<? extends DescribeStackSummaryResponse.Builder>DescribeStackSummaryResponse. serializableBuilderClass()
-