Package | Description |
---|---|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
DescribeStackSummaryResult |
AWSOpsWorksClient.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 . |
DescribeStackSummaryResult |
AWSOpsWorks.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 . |
Future<DescribeStackSummaryResult> |
AWSOpsWorksAsyncClient.describeStackSummaryAsync(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 . |
Future<DescribeStackSummaryResult> |
AWSOpsWorksAsync.describeStackSummaryAsync(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 . |
Future<DescribeStackSummaryResult> |
AWSOpsWorksAsyncClient.describeStackSummaryAsync(DescribeStackSummaryRequest describeStackSummaryRequest,
AsyncHandler<DescribeStackSummaryRequest,DescribeStackSummaryResult> asyncHandler)
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 . |
Future<DescribeStackSummaryResult> |
AWSOpsWorksAsync.describeStackSummaryAsync(DescribeStackSummaryRequest describeStackSummaryRequest,
AsyncHandler<DescribeStackSummaryRequest,DescribeStackSummaryResult> asyncHandler)
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 |
---|---|
Future<DescribeStackSummaryResult> |
AWSOpsWorksAsyncClient.describeStackSummaryAsync(DescribeStackSummaryRequest describeStackSummaryRequest,
AsyncHandler<DescribeStackSummaryRequest,DescribeStackSummaryResult> asyncHandler)
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 . |
Future<DescribeStackSummaryResult> |
AWSOpsWorksAsync.describeStackSummaryAsync(DescribeStackSummaryRequest describeStackSummaryRequest,
AsyncHandler<DescribeStackSummaryRequest,DescribeStackSummaryResult> asyncHandler)
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 |
---|---|
DescribeStackSummaryRequest |
DescribeStackSummaryRequest.withStackId(String stackId)
The stack ID.
|
Copyright © 2014. All rights reserved.