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

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

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

Methods in com.amazonaws.services.opsworks.model that return Stack
 Stack Stack.addAttributesEntry(String key, String value)
          The stack's attributes.
 Stack Stack.clearAttributesEntries()
          Removes all the entries added into Attributes.
 Stack Stack.withArn(String arn)
          The stack's ARN.
 Stack Stack.withAttributes(Map<String,String> attributes)
          The stack's attributes.
 Stack Stack.withChefConfiguration(ChefConfiguration chefConfiguration)
          A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version.
 Stack Stack.withConfigurationManager(StackConfigurationManager configurationManager)
          The configuration manager.
 Stack Stack.withCreatedAt(String createdAt)
          Date when the stack was created.
 Stack Stack.withCustomCookbooksSource(Source customCookbooksSource)
          Contains the information required to retrieve an app or cookbook from a repository.
 Stack Stack.withCustomJson(String customJson)
          A string that contains user-defined, custom JSON.
 Stack Stack.withDefaultAvailabilityZone(String defaultAvailabilityZone)
          The stack's default Availability Zone.
 Stack Stack.withDefaultInstanceProfileArn(String defaultInstanceProfileArn)
          The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances.
 Stack Stack.withDefaultOs(String defaultOs)
          The stack's default operating system, which must be set to Amazon Linux or Ubuntu 12.04 LTS.
 Stack Stack.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
          The default root device type.
 Stack Stack.withDefaultRootDeviceType(String defaultRootDeviceType)
          The default root device type.
 Stack Stack.withDefaultSshKeyName(String defaultSshKeyName)
          A default SSH key for the stack's instances.
 Stack Stack.withDefaultSubnetId(String defaultSubnetId)
          The default subnet ID, if the stack is running in a VPC.
 Stack Stack.withHostnameTheme(String hostnameTheme)
          The stack host name theme, with spaces replaced by underscores.
 Stack Stack.withName(String name)
          The stack name.
 Stack Stack.withRegion(String region)
          The stack AWS region, such as "us-east-1".
 Stack Stack.withServiceRoleArn(String serviceRoleArn)
          The stack AWS Identity and Access Management (IAM) role.
 Stack Stack.withStackId(String stackId)
          The stack ID.
 Stack Stack.withUseCustomCookbooks(Boolean useCustomCookbooks)
          Whether the stack uses custom cookbooks.
 Stack Stack.withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
          Whether the stack automatically associates the AWS OpsWorks built-in security groups with the stack's layers.
 Stack Stack.withVpcId(String vpcId)
          The VPC ID, if the stack is running in a VPC.
 

Methods in com.amazonaws.services.opsworks.model that return types with arguments of type Stack
 List<Stack> DescribeStacksResult.getStacks()
          An array of Stack objects that describe the stacks.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type Stack
 DescribeStacksResult DescribeStacksResult.withStacks(Stack... stacks)
          An array of Stack objects that describe the stacks.
 

Method parameters in com.amazonaws.services.opsworks.model with type arguments of type Stack
 void DescribeStacksResult.setStacks(Collection<Stack> stacks)
          An array of Stack objects that describe the stacks.
 DescribeStacksResult DescribeStacksResult.withStacks(Collection<Stack> stacks)
          An array of Stack objects that describe the stacks.
 



Copyright © 2016. All rights reserved.