Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
StackSummary |
StackSummary.clone() |
StackSummary |
DescribeStackSummaryResult.getStackSummary()
A
StackSummary object that contains the results. |
StackSummary |
StackSummary.withAppsCount(Integer appsCount)
The number of apps.
|
StackSummary |
StackSummary.withArn(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(Integer layersCount)
The number of layers.
|
StackSummary |
StackSummary.withName(String name)
The stack name.
|
StackSummary |
StackSummary.withStackId(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. |
Copyright © 2018. All rights reserved.