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()AStackSummaryobject that contains the results.StackSummary.withAppsCount(Integer appsCount) The number of apps.The stack's ARN.StackSummary.withInstancesCount(InstancesCount instancesCount) AnInstancesCountobject 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 TypeMethodDescriptionvoidDescribeStackSummaryResult.setStackSummary(StackSummary stackSummary) AStackSummaryobject that contains the results.DescribeStackSummaryResult.withStackSummary(StackSummary stackSummary) AStackSummaryobject that contains the results.