Uses of Class
com.amazonaws.services.opsworks.model.StackSummary
Packages that use StackSummary
-
Uses of StackSummary in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return StackSummaryModifier and TypeMethodDescriptionStackSummary.clone()
DescribeStackSummaryResult.getStackSummary()
AStackSummary
object that contains the results.StackSummary.withAppsCount
(Integer appsCount) The number of apps.The stack's ARN.StackSummary.withInstancesCount
(InstancesCount instancesCount) AnInstancesCount
object with the number of instances in each status.StackSummary.withLayersCount
(Integer layersCount) The number of layers.The stack name.StackSummary.withStackId
(String stackId) The stack ID.Methods in com.amazonaws.services.opsworks.model with parameters of type StackSummaryModifier and TypeMethodDescriptionvoid
DescribeStackSummaryResult.setStackSummary
(StackSummary stackSummary) AStackSummary
object that contains the results.DescribeStackSummaryResult.withStackSummary
(StackSummary stackSummary) AStackSummary
object that contains the results.