Uses of Class
com.amazonaws.services.opsworks.model.StackSummary
-
Packages that use StackSummary Package Description com.amazonaws.services.opsworks.model -
-
Uses of StackSummary in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return StackSummary Modifier and Type Method Description StackSummary
StackSummary. clone()
StackSummary
DescribeStackSummaryResult. getStackSummary()
AStackSummary
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)
AnInstancesCount
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.Methods in com.amazonaws.services.opsworks.model with parameters of type StackSummary Modifier and Type Method Description void
DescribeStackSummaryResult. setStackSummary(StackSummary stackSummary)
AStackSummary
object that contains the results.DescribeStackSummaryResult
DescribeStackSummaryResult. withStackSummary(StackSummary stackSummary)
AStackSummary
object that contains the results.
-