Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateStackResult> |
AbstractAWSOpsWorksAsync.updateStackAsync(UpdateStackRequest request,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler) |
Future<UpdateStackResult> |
AWSOpsWorksAsync.updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Updates a specified stack.
|
Future<UpdateStackResult> |
AWSOpsWorksAsyncClient.updateStackAsync(UpdateStackRequest request,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateStackRequest |
UpdateStackRequest.addAttributesEntry(String key,
String value) |
UpdateStackRequest |
UpdateStackRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateStackRequest |
UpdateStackRequest.clone() |
UpdateStackRequest |
UpdateStackRequest.withAgentVersion(String agentVersion)
The default AWS OpsWorks agent version.
|
UpdateStackRequest |
UpdateStackRequest.withAttributes(Map<String,String> attributes)
One or more user-defined key-value pairs to be added to the stack
attributes.
|
UpdateStackRequest |
UpdateStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
UpdateStackRequest |
UpdateStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
UpdateStackRequest |
UpdateStackRequest.withCustomCookbooksSource(Source customCookbooksSource) |
UpdateStackRequest |
UpdateStackRequest.withCustomJson(String customJson)
A string that contains user-defined, custom JSON.
|
UpdateStackRequest |
UpdateStackRequest.withDefaultAvailabilityZone(String defaultAvailabilityZone)
The stack's default Availability Zone, which must be in the stack's
region.
|
UpdateStackRequest |
UpdateStackRequest.withDefaultInstanceProfileArn(String defaultInstanceProfileArn)
The ARN of an IAM profile that is the default profile for all of the
stack's EC2 instances.
|
UpdateStackRequest |
UpdateStackRequest.withDefaultOs(String defaultOs)
The stack's operating system, which must be set to one of the following:
|
UpdateStackRequest |
UpdateStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
UpdateStackRequest |
UpdateStackRequest.withDefaultRootDeviceType(String defaultRootDeviceType)
The default root device type.
|
UpdateStackRequest |
UpdateStackRequest.withDefaultSshKeyName(String defaultSshKeyName)
A default Amazon EC2 key-pair name.
|
UpdateStackRequest |
UpdateStackRequest.withDefaultSubnetId(String defaultSubnetId)
The stack's default VPC subnet ID.
|
UpdateStackRequest |
UpdateStackRequest.withHostnameTheme(String hostnameTheme)
The stack's new host name theme, with spaces replaced by underscores.
|
UpdateStackRequest |
UpdateStackRequest.withName(String name)
The stack's new name.
|
UpdateStackRequest |
UpdateStackRequest.withServiceRoleArn(String serviceRoleArn)
Do not use this parameter.
|
UpdateStackRequest |
UpdateStackRequest.withStackId(String stackId)
The stack ID.
|
UpdateStackRequest |
UpdateStackRequest.withUseCustomCookbooks(Boolean useCustomCookbooks)
Whether the stack uses custom cookbooks.
|
UpdateStackRequest |
UpdateStackRequest.withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
Whether to associate the AWS OpsWorks built-in security groups with the
stack's layers.
|
Copyright © 2018. All rights reserved.