Uses of Class
com.amazonaws.services.opsworks.model.CreateStackRequest
Packages that use CreateStackRequest
-
Uses of CreateStackRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type CreateStackRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.createStack
(CreateStackRequest request) AWSOpsWorks.createStack
(CreateStackRequest createStackRequest) Creates a new stack.AWSOpsWorksClient.createStack
(CreateStackRequest createStackRequest) Creates a new stack.AbstractAWSOpsWorksAsync.createStackAsync
(CreateStackRequest request) AbstractAWSOpsWorksAsync.createStackAsync
(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) AWSOpsWorksAsync.createStackAsync
(CreateStackRequest createStackRequest) Creates a new stack.AWSOpsWorksAsync.createStackAsync
(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) Creates a new stack.AWSOpsWorksAsyncClient.createStackAsync
(CreateStackRequest request) AWSOpsWorksAsyncClient.createStackAsync
(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateStackRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.createStackAsync
(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) AWSOpsWorksAsync.createStackAsync
(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) Creates a new stack.AWSOpsWorksAsyncClient.createStackAsync
(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) -
Uses of CreateStackRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return CreateStackRequestModifier and TypeMethodDescriptionCreateStackRequest.addAttributesEntry
(String key, String value) CreateStackRequest.clearAttributesEntries()
Removes all the entries added into Attributes.CreateStackRequest.clone()
CreateStackRequest.withAgentVersion
(String agentVersion) The default AWS OpsWorks agent version.CreateStackRequest.withAttributes
(Map<String, String> attributes) One or more user-defined key-value pairs to be added to the stack attributes.CreateStackRequest.withChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.CreateStackRequest.withConfigurationManager
(StackConfigurationManager configurationManager) The configuration manager.CreateStackRequest.withCustomCookbooksSource
(Source customCookbooksSource) CreateStackRequest.withCustomJson
(String customJson) A string that contains user-defined, custom JSON.CreateStackRequest.withDefaultAvailabilityZone
(String defaultAvailabilityZone) The stack's default Availability Zone, which must be in the specified region.CreateStackRequest.withDefaultInstanceProfileArn
(String defaultInstanceProfileArn) The Amazon Resource Name (ARN) of an IAM profile that is the default profile for all of the stack's EC2 instances.CreateStackRequest.withDefaultOs
(String defaultOs) The stack's default operating system, which is installed on every instance unless you specify a different operating system when you create the instance.CreateStackRequest.withDefaultRootDeviceType
(RootDeviceType defaultRootDeviceType) The default root device type.CreateStackRequest.withDefaultRootDeviceType
(String defaultRootDeviceType) The default root device type.CreateStackRequest.withDefaultSshKeyName
(String defaultSshKeyName) A default Amazon EC2 key pair name.CreateStackRequest.withDefaultSubnetId
(String defaultSubnetId) The stack's default VPC subnet ID.CreateStackRequest.withHostnameTheme
(String hostnameTheme) The stack's host name theme, with spaces replaced by underscores.The stack name.CreateStackRequest.withRegion
(String region) The stack's AWS region, such as "us-east-1".CreateStackRequest.withServiceRoleArn
(String serviceRoleArn) The stack's AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks to work with AWS resources on your behalf.CreateStackRequest.withUseCustomCookbooks
(Boolean useCustomCookbooks) Whether the stack uses custom cookbooks.CreateStackRequest.withUseOpsworksSecurityGroups
(Boolean useOpsworksSecurityGroups) Whether to associate the AWS OpsWorks built-in security groups with the stack's layers.The ID of the VPC that the stack is to be launched into.