| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeStackSummaryResponse |
OpsWorksClient.describeStackSummary(Consumer<DescribeStackSummaryRequest.Builder> describeStackSummaryRequest)
Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as
running_setup or online. |
default DescribeStackSummaryResponse |
OpsWorksClient.describeStackSummary(DescribeStackSummaryRequest describeStackSummaryRequest)
Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as
running_setup or online. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeStackSummaryResponse> |
OpsWorksAsyncClient.describeStackSummary(Consumer<DescribeStackSummaryRequest.Builder> describeStackSummaryRequest)
Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as
running_setup or online. |
default CompletableFuture<DescribeStackSummaryResponse> |
OpsWorksAsyncClient.describeStackSummary(DescribeStackSummaryRequest describeStackSummaryRequest)
Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as
running_setup or online. |
Copyright © 2023. All rights reserved.