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 StackSummaryStackSummary. clone()StackSummaryDescribeStackSummaryResult. getStackSummary()AStackSummaryobject that contains the results.StackSummaryStackSummary. withAppsCount(Integer appsCount)The number of apps.StackSummaryStackSummary. withArn(String arn)The stack's ARN.StackSummaryStackSummary. withInstancesCount(InstancesCount instancesCount)AnInstancesCountobject with the number of instances in each status.StackSummaryStackSummary. withLayersCount(Integer layersCount)The number of layers.StackSummaryStackSummary. withName(String name)The stack name.StackSummaryStackSummary. withStackId(String stackId)The stack ID.Methods in com.amazonaws.services.opsworks.model with parameters of type StackSummary Modifier and Type Method Description voidDescribeStackSummaryResult. setStackSummary(StackSummary stackSummary)AStackSummaryobject that contains the results.DescribeStackSummaryResultDescribeStackSummaryResult. withStackSummary(StackSummary stackSummary)AStackSummaryobject that contains the results.
-