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