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 |
---|---|
CloneStackResult |
AWSOpsWorksClient.cloneStack(CloneStackRequest cloneStackRequest)
Creates a clone of a specified stack.
|
CloneStackResult |
AWSOpsWorks.cloneStack(CloneStackRequest cloneStackRequest)
Creates a clone of a specified stack.
|
Future<CloneStackResult> |
AWSOpsWorksAsyncClient.cloneStackAsync(CloneStackRequest cloneStackRequest)
Creates a clone of a specified stack.
|
Future<CloneStackResult> |
AWSOpsWorksAsync.cloneStackAsync(CloneStackRequest cloneStackRequest)
Creates a clone of a specified stack.
|
Future<CloneStackResult> |
AWSOpsWorksAsyncClient.cloneStackAsync(CloneStackRequest cloneStackRequest,
AsyncHandler<CloneStackRequest,CloneStackResult> asyncHandler)
Creates a clone of a specified stack.
|
Future<CloneStackResult> |
AWSOpsWorksAsync.cloneStackAsync(CloneStackRequest cloneStackRequest,
AsyncHandler<CloneStackRequest,CloneStackResult> asyncHandler)
Creates a clone of a specified stack.
|
Modifier and Type | Method and Description |
---|---|
Future<CloneStackResult> |
AWSOpsWorksAsyncClient.cloneStackAsync(CloneStackRequest cloneStackRequest,
AsyncHandler<CloneStackRequest,CloneStackResult> asyncHandler)
Creates a clone of a specified stack.
|
Future<CloneStackResult> |
AWSOpsWorksAsync.cloneStackAsync(CloneStackRequest cloneStackRequest,
AsyncHandler<CloneStackRequest,CloneStackResult> asyncHandler)
Creates a clone of a specified stack.
|
Modifier and Type | Method and Description |
---|---|
CloneStackRequest |
CloneStackRequest.addAttributesEntry(String key,
String value)
A list of stack attributes and values as key/value pairs to be added
to the cloned stack.
|
CloneStackRequest |
CloneStackRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CloneStackRequest |
CloneStackRequest.withAttributes(Map<String,String> attributes)
A list of stack attributes and values as key/value pairs to be added
to the cloned stack.
|
CloneStackRequest |
CloneStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to
enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
CloneStackRequest |
CloneStackRequest.withCloneAppIds(Collection<String> cloneAppIds)
A list of source stack app IDs to be included in the cloned stack.
|
CloneStackRequest |
CloneStackRequest.withCloneAppIds(String... cloneAppIds)
A list of source stack app IDs to be included in the cloned stack.
|
CloneStackRequest |
CloneStackRequest.withClonePermissions(Boolean clonePermissions)
Whether to clone the source stack's permissions.
|
CloneStackRequest |
CloneStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
CloneStackRequest |
CloneStackRequest.withCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from
a repository.
|
CloneStackRequest |
CloneStackRequest.withCustomJson(String customJson)
A string that contains user-defined, custom JSON.
|
CloneStackRequest |
CloneStackRequest.withDefaultAvailabilityZone(String defaultAvailabilityZone)
The cloned stack's default Availability Zone, which must be in the
specified region.
|
CloneStackRequest |
CloneStackRequest.withDefaultInstanceProfileArn(String defaultInstanceProfileArn)
The ARN of an IAM profile that is the default profile for all of the
stack's EC2 instances.
|
CloneStackRequest |
CloneStackRequest.withDefaultOs(String defaultOs)
The cloned stack's default operating system, which must be set to
Amazon Linux or Ubuntu 12.04 LTS . |
CloneStackRequest |
CloneStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
CloneStackRequest |
CloneStackRequest.withDefaultRootDeviceType(String defaultRootDeviceType)
The default root device type.
|
CloneStackRequest |
CloneStackRequest.withDefaultSshKeyName(String defaultSshKeyName)
A default SSH key for the stack instances.
|
CloneStackRequest |
CloneStackRequest.withDefaultSubnetId(String defaultSubnetId)
The stack's default subnet ID.
|
CloneStackRequest |
CloneStackRequest.withHostnameTheme(String hostnameTheme)
The stack's host name theme, with spaces are replaced by underscores.
|
CloneStackRequest |
CloneStackRequest.withName(String name)
The cloned stack name.
|
CloneStackRequest |
CloneStackRequest.withRegion(String region)
The cloned stack AWS region, such as "us-east-1".
|
CloneStackRequest |
CloneStackRequest.withServiceRoleArn(String serviceRoleArn)
The stack AWS Identity and Access Management (IAM) role, which allows
AWS OpsWorks to work with AWS resources on your behalf.
|
CloneStackRequest |
CloneStackRequest.withSourceStackId(String sourceStackId)
The source stack ID.
|
CloneStackRequest |
CloneStackRequest.withUseCustomCookbooks(Boolean useCustomCookbooks)
Whether to use custom cookbooks.
|
CloneStackRequest |
CloneStackRequest.withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
Whether to associate the AWS OpsWorks built-in security groups with
the stack's layers.
|
CloneStackRequest |
CloneStackRequest.withVpcId(String vpcId)
The ID of the VPC that the cloned stack is to be launched into.
|
Copyright © 2014. All rights reserved.