|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateStackRequest | |
---|---|
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. |
Uses of UpdateStackRequest in com.amazonaws.services.opsworks |
---|
Methods in com.amazonaws.services.opsworks with parameters of type UpdateStackRequest | |
---|---|
void |
AWSOpsWorksClient.updateStack(UpdateStackRequest updateStackRequest)
Updates a specified stack. |
void |
AWSOpsWorks.updateStack(UpdateStackRequest updateStackRequest)
Updates a specified stack. |
Future<Void> |
AWSOpsWorksAsyncClient.updateStackAsync(UpdateStackRequest updateStackRequest)
Updates a specified stack. |
Future<Void> |
AWSOpsWorksAsync.updateStackAsync(UpdateStackRequest updateStackRequest)
Updates a specified stack. |
Future<Void> |
AWSOpsWorksAsyncClient.updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,Void> asyncHandler)
Updates a specified stack. |
Future<Void> |
AWSOpsWorksAsync.updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,Void> asyncHandler)
Updates a specified stack. |
Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateStackRequest | |
---|---|
Future<Void> |
AWSOpsWorksAsyncClient.updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,Void> asyncHandler)
Updates a specified stack. |
Future<Void> |
AWSOpsWorksAsync.updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,Void> asyncHandler)
Updates a specified stack. |
Uses of UpdateStackRequest in com.amazonaws.services.opsworks.model |
---|
Methods in com.amazonaws.services.opsworks.model that return UpdateStackRequest | |
---|---|
UpdateStackRequest |
UpdateStackRequest.addAttributesEntry(String key,
String value)
One or more user-defined key/value pairs to be added to the stack attributes. |
UpdateStackRequest |
UpdateStackRequest.clearAttributesEntries()
Removes all the entries added into Attributes. |
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)
Contains the information required to retrieve an app or cookbook from a repository. |
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 specified 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 default operating system, which must be set to Amazon Linux or Ubuntu 12.04 LTS . |
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 SSH key for the stack instances. |
UpdateStackRequest |
UpdateStackRequest.withDefaultSubnetId(String defaultSubnetId)
The stack's default subnet ID. |
UpdateStackRequest |
UpdateStackRequest.withHostnameTheme(String hostnameTheme)
The stack's new host name theme, with spaces are replaced by underscores. |
UpdateStackRequest |
UpdateStackRequest.withName(String name)
The stack's new name. |
UpdateStackRequest |
UpdateStackRequest.withServiceRoleArn(String serviceRoleArn)
The stack AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks to work with AWS resources on your behalf. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |