Uses of Class
com.amazonaws.services.opsworks.model.StackSummary

Packages that use StackSummary
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of StackSummary in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return StackSummary
 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.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type StackSummary
 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 © 2016. All rights reserved.