Uses of Class
com.amazonaws.services.opsworks.model.CloneStackRequest
Packages that use CloneStackRequest
-
Uses of CloneStackRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type CloneStackRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.cloneStack
(CloneStackRequest request) AWSOpsWorks.cloneStack
(CloneStackRequest cloneStackRequest) Creates a clone of a specified stack.AWSOpsWorksClient.cloneStack
(CloneStackRequest cloneStackRequest) Creates a clone of a specified stack.AbstractAWSOpsWorksAsync.cloneStackAsync
(CloneStackRequest request) AbstractAWSOpsWorksAsync.cloneStackAsync
(CloneStackRequest request, AsyncHandler<CloneStackRequest, CloneStackResult> asyncHandler) AWSOpsWorksAsync.cloneStackAsync
(CloneStackRequest cloneStackRequest) Creates a clone of a specified stack.AWSOpsWorksAsync.cloneStackAsync
(CloneStackRequest cloneStackRequest, AsyncHandler<CloneStackRequest, CloneStackResult> asyncHandler) Creates a clone of a specified stack.AWSOpsWorksAsyncClient.cloneStackAsync
(CloneStackRequest request) AWSOpsWorksAsyncClient.cloneStackAsync
(CloneStackRequest request, AsyncHandler<CloneStackRequest, CloneStackResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type CloneStackRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.cloneStackAsync
(CloneStackRequest request, AsyncHandler<CloneStackRequest, CloneStackResult> asyncHandler) AWSOpsWorksAsync.cloneStackAsync
(CloneStackRequest cloneStackRequest, AsyncHandler<CloneStackRequest, CloneStackResult> asyncHandler) Creates a clone of a specified stack.AWSOpsWorksAsyncClient.cloneStackAsync
(CloneStackRequest request, AsyncHandler<CloneStackRequest, CloneStackResult> asyncHandler) -
Uses of CloneStackRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return CloneStackRequestModifier and TypeMethodDescriptionCloneStackRequest.addAttributesEntry
(String key, String value) CloneStackRequest.clearAttributesEntries()
Removes all the entries added into Attributes.CloneStackRequest.clone()
CloneStackRequest.withAgentVersion
(String agentVersion) The default AWS OpsWorks agent version.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.withChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.CloneStackRequest.withCloneAppIds
(String... cloneAppIds) A list of source stack app IDs to be included in the cloned stack.CloneStackRequest.withCloneAppIds
(Collection<String> cloneAppIds) A list of source stack app IDs to be included in the cloned stack.CloneStackRequest.withClonePermissions
(Boolean clonePermissions) Whether to clone the source stack's permissions.CloneStackRequest.withConfigurationManager
(StackConfigurationManager configurationManager) The configuration manager.CloneStackRequest.withCustomCookbooksSource
(Source customCookbooksSource) CloneStackRequest.withCustomJson
(String customJson) A string that contains user-defined, custom JSON.CloneStackRequest.withDefaultAvailabilityZone
(String defaultAvailabilityZone) The cloned stack's default Availability Zone, which must be in the specified region.CloneStackRequest.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.CloneStackRequest.withDefaultOs
(String defaultOs) The stack's operating system, which must be set to one of the following.CloneStackRequest.withDefaultRootDeviceType
(RootDeviceType defaultRootDeviceType) The default root device type.CloneStackRequest.withDefaultRootDeviceType
(String defaultRootDeviceType) The default root device type.CloneStackRequest.withDefaultSshKeyName
(String defaultSshKeyName) A default Amazon EC2 key pair name.CloneStackRequest.withDefaultSubnetId
(String defaultSubnetId) The stack's default VPC subnet ID.CloneStackRequest.withHostnameTheme
(String hostnameTheme) The stack's host name theme, with spaces are replaced by underscores.The cloned stack name.CloneStackRequest.withRegion
(String region) The cloned stack AWS region, such as "us-east-1".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.withSourceStackId
(String sourceStackId) The source stack ID.CloneStackRequest.withUseCustomCookbooks
(Boolean useCustomCookbooks) Whether to use custom cookbooks.CloneStackRequest.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 cloned stack is to be launched into.