Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private StackSummary |
DescribeStackSummaryResult.stackSummary
A
StackSummary object that contains the results. |
Modifier and Type | Method and Description |
---|---|
StackSummary |
StackSummary.clone() |
StackSummary |
DescribeStackSummaryResult.getStackSummary()
A
StackSummary object that contains the results. |
StackSummary |
StackSummary.withAppsCount(java.lang.Integer appsCount)
The number of apps.
|
StackSummary |
StackSummary.withArn(java.lang.String arn)
The stack's ARN.
|
StackSummary |
StackSummary.withInstancesCount(InstancesCount instancesCount)
An
InstancesCount object with the number of instances in
each status. |
StackSummary |
StackSummary.withLayersCount(java.lang.Integer layersCount)
The number of layers.
|
StackSummary |
StackSummary.withName(java.lang.String name)
The stack name.
|
StackSummary |
StackSummary.withStackId(java.lang.String stackId)
The stack ID.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStackSummaryResult.setStackSummary(StackSummary stackSummary)
A
StackSummary object that contains the results. |
DescribeStackSummaryResult |
DescribeStackSummaryResult.withStackSummary(StackSummary stackSummary)
A
StackSummary object that contains the results. |
Modifier and Type | Method and Description |
---|---|
StackSummary |
StackSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StackSummaryJsonMarshaller.marshall(StackSummary stackSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|