Uses of Class
com.amazonaws.services.opsworks.model.Stack
Packages that use Stack
-
Uses of Stack in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return StackModifier and TypeMethodDescriptionStack.addAttributesEntry
(String key, String value) Stack.clearAttributesEntries()
Removes all the entries added into Attributes.Stack.clone()
Stack.withAgentVersion
(String agentVersion) The agent version.The stack's ARN.Stack.withAttributes
(Map<String, String> attributes) The stack's attributes.Stack.withChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version.Stack.withConfigurationManager
(StackConfigurationManager configurationManager) The configuration manager.Stack.withCreatedAt
(String createdAt) The date when the stack was created.Stack.withCustomCookbooksSource
(Source customCookbooksSource) Stack.withCustomJson
(String customJson) A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes.Stack.withDefaultAvailabilityZone
(String defaultAvailabilityZone) The stack's default Availability Zone.Stack.withDefaultInstanceProfileArn
(String defaultInstanceProfileArn) The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances.Stack.withDefaultOs
(String defaultOs) The stack's default operating system.Stack.withDefaultRootDeviceType
(RootDeviceType defaultRootDeviceType) The default root device type.Stack.withDefaultRootDeviceType
(String defaultRootDeviceType) The default root device type.Stack.withDefaultSshKeyName
(String defaultSshKeyName) A default Amazon EC2 key pair for the stack's instances.Stack.withDefaultSubnetId
(String defaultSubnetId) The default subnet ID; applicable only if the stack is running in a VPC.Stack.withHostnameTheme
(String hostnameTheme) The stack host name theme, with spaces replaced by underscores.The stack name.Stack.withRegion
(String region) The stack AWS region, such as "us-east-1".Stack.withServiceRoleArn
(String serviceRoleArn) The stack AWS Identity and Access Management (IAM) role.Stack.withStackId
(String stackId) The stack ID.Stack.withUseCustomCookbooks
(Boolean useCustomCookbooks) Whether the stack uses custom cookbooks.Stack.withUseOpsworksSecurityGroups
(Boolean useOpsworksSecurityGroups) Whether the stack automatically associates the AWS OpsWorks built-in security groups with the stack's layers.The VPC ID; applicable only if the stack is running in a VPC.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type StackModifier and TypeMethodDescriptionDescribeStacksResult.getStacks()
An array ofStack
objects that describe the stacks.Methods in com.amazonaws.services.opsworks.model with parameters of type StackModifier and TypeMethodDescriptionDescribeStacksResult.withStacks
(Stack... stacks) An array ofStack
objects that describe the stacks.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type StackModifier and TypeMethodDescriptionvoid
DescribeStacksResult.setStacks
(Collection<Stack> stacks) An array ofStack
objects that describe the stacks.DescribeStacksResult.withStacks
(Collection<Stack> stacks) An array ofStack
objects that describe the stacks.