Package | Description |
---|---|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
CreateStackResult |
AWSOpsWorksClient.createStack(CreateStackRequest createStackRequest)
Creates a new stack.
|
CreateStackResult |
AWSOpsWorks.createStack(CreateStackRequest createStackRequest)
Creates a new stack.
|
Future<CreateStackResult> |
AWSOpsWorksAsyncClient.createStackAsync(CreateStackRequest createStackRequest)
Creates a new stack.
|
Future<CreateStackResult> |
AWSOpsWorksAsync.createStackAsync(CreateStackRequest createStackRequest)
Creates a new stack.
|
Future<CreateStackResult> |
AWSOpsWorksAsyncClient.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack.
|
Future<CreateStackResult> |
AWSOpsWorksAsync.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateStackResult> |
AWSOpsWorksAsyncClient.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack.
|
Future<CreateStackResult> |
AWSOpsWorksAsync.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack.
|
Modifier and Type | Method and Description |
---|---|
CreateStackRequest |
CreateStackRequest.addAttributesEntry(String key,
String value)
One or more user-defined key/value pairs to be added to the stack
attributes.
|
CreateStackRequest |
CreateStackRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreateStackRequest |
CreateStackRequest.withAttributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack
attributes.
|
CreateStackRequest |
CreateStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to
enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
CreateStackRequest |
CreateStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
CreateStackRequest |
CreateStackRequest.withCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
CreateStackRequest |
CreateStackRequest.withCustomJson(String customJson)
A string that contains user-defined, custom JSON.
|
CreateStackRequest |
CreateStackRequest.withDefaultAvailabilityZone(String defaultAvailabilityZone)
The stack's default Availability Zone, which must be in the specified
region.
|
CreateStackRequest |
CreateStackRequest.withDefaultInstanceProfileArn(String defaultInstanceProfileArn)
The ARN of an IAM profile that is the default profile for all of the
stack's EC2 instances.
|
CreateStackRequest |
CreateStackRequest.withDefaultOs(String defaultOs)
The stack's default operating system, which must be set to
Amazon Linux or Ubuntu 12.04 LTS . |
CreateStackRequest |
CreateStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
CreateStackRequest |
CreateStackRequest.withDefaultRootDeviceType(String defaultRootDeviceType)
The default root device type.
|
CreateStackRequest |
CreateStackRequest.withDefaultSshKeyName(String defaultSshKeyName)
A default SSH key for the stack instances.
|
CreateStackRequest |
CreateStackRequest.withDefaultSubnetId(String defaultSubnetId)
The stack's default subnet ID.
|
CreateStackRequest |
CreateStackRequest.withHostnameTheme(String hostnameTheme)
The stack's host name theme, with spaces are replaced by underscores.
|
CreateStackRequest |
CreateStackRequest.withName(String name)
The stack name.
|
CreateStackRequest |
CreateStackRequest.withRegion(String region)
The stack AWS region, such as "us-east-1".
|
CreateStackRequest |
CreateStackRequest.withServiceRoleArn(String serviceRoleArn)
The stack AWS Identity and Access Management (IAM) role, which allows
AWS OpsWorks to work with AWS resources on your behalf.
|
CreateStackRequest |
CreateStackRequest.withUseCustomCookbooks(Boolean useCustomCookbooks)
Whether the stack uses custom cookbooks.
|
CreateStackRequest |
CreateStackRequest.withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
Whether to associate the AWS OpsWorks built-in security groups with
the stack's layers.
|
CreateStackRequest |
CreateStackRequest.withVpcId(String vpcId)
The ID of the VPC that the stack is to be launched into.
|
Copyright © 2014. All rights reserved.