|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateStackRequest | |
---|---|
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 CreateStackRequest in com.amazonaws.services.opsworks |
---|
Methods in com.amazonaws.services.opsworks with parameters of type CreateStackRequest | |
---|---|
CreateStackResult |
AWSOpsWorksClient.createStack(CreateStackRequest createStackRequest)
Creates a new stack. |
CreateStackResult |
AWSOpsWorks.createStack(CreateStackRequest createStackRequest)
Creates a new stack. |
Future<CreateStackResult> |
AWSOpsWorksAsyncClient.createStackAsync(CreateStackRequest createStackRequest)
Creates a new stack. |
Future<CreateStackResult> |
AWSOpsWorksAsync.createStackAsync(CreateStackRequest createStackRequest)
Creates a new stack. |
Future<CreateStackResult> |
AWSOpsWorksAsyncClient.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack. |
Future<CreateStackResult> |
AWSOpsWorksAsync.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack. |
Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateStackRequest | |
---|---|
Future<CreateStackResult> |
AWSOpsWorksAsyncClient.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack. |
Future<CreateStackResult> |
AWSOpsWorksAsync.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack. |
Uses of CreateStackRequest in com.amazonaws.services.opsworks.model |
---|
Methods in com.amazonaws.services.opsworks.model that return CreateStackRequest | |
---|---|
CreateStackRequest |
CreateStackRequest.addAttributesEntry(String key,
String value)
One or more user-defined key/value pairs to be added to the stack attributes. |
CreateStackRequest |
CreateStackRequest.clearAttributesEntries()
Removes all the entries added into Attributes. |
CreateStackRequest |
CreateStackRequest.withAttributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack attributes. |
CreateStackRequest |
CreateStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration)
A ChefConfiguration object that specifies whether to
enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
CreateStackRequest |
CreateStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager. |
CreateStackRequest |
CreateStackRequest.withCustomCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from a repository. |
CreateStackRequest |
CreateStackRequest.withCustomJson(String customJson)
A string that contains user-defined, custom JSON. |
CreateStackRequest |
CreateStackRequest.withDefaultAvailabilityZone(String defaultAvailabilityZone)
The stack's default Availability Zone, which must be in the specified region. |
CreateStackRequest |
CreateStackRequest.withDefaultInstanceProfileArn(String defaultInstanceProfileArn)
The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. |
CreateStackRequest |
CreateStackRequest.withDefaultOs(String defaultOs)
The stack's default operating system, which must be set to Amazon Linux or Ubuntu 12.04 LTS . |
CreateStackRequest |
CreateStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type. |
CreateStackRequest |
CreateStackRequest.withDefaultRootDeviceType(String defaultRootDeviceType)
The default root device type. |
CreateStackRequest |
CreateStackRequest.withDefaultSshKeyName(String defaultSshKeyName)
A default SSH key for the stack instances. |
CreateStackRequest |
CreateStackRequest.withDefaultSubnetId(String defaultSubnetId)
The stack's default subnet ID. |
CreateStackRequest |
CreateStackRequest.withHostnameTheme(String hostnameTheme)
The stack's host name theme, with spaces are replaced by underscores. |
CreateStackRequest |
CreateStackRequest.withName(String name)
The stack name. |
CreateStackRequest |
CreateStackRequest.withRegion(String region)
The stack AWS region, such as "us-east-1". |
CreateStackRequest |
CreateStackRequest.withServiceRoleArn(String serviceRoleArn)
The stack AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks to work with AWS resources on your behalf. |
CreateStackRequest |
CreateStackRequest.withUseCustomCookbooks(Boolean useCustomCookbooks)
Whether the stack uses custom cookbooks. |
CreateStackRequest |
CreateStackRequest.withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
Whether to associate the AWS OpsWorks built-in security groups with the stack's layers. |
CreateStackRequest |
CreateStackRequest.withVpcId(String vpcId)
The ID of the VPC that the stack is to be launched into. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |