Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateStackSetResult> |
AbstractAmazonCloudFormationAsync.createStackSetAsync(CreateStackSetRequest request,
AsyncHandler<CreateStackSetRequest,CreateStackSetResult> asyncHandler) |
Future<CreateStackSetResult> |
AmazonCloudFormationAsyncClient.createStackSetAsync(CreateStackSetRequest request,
AsyncHandler<CreateStackSetRequest,CreateStackSetResult> asyncHandler) |
Future<CreateStackSetResult> |
AmazonCloudFormationAsync.createStackSetAsync(CreateStackSetRequest createStackSetRequest,
AsyncHandler<CreateStackSetRequest,CreateStackSetResult> asyncHandler)
Creates a stack set.
|
Modifier and Type | Method and Description |
---|---|
CreateStackSetRequest |
CreateStackSetRequest.clone() |
CreateStackSetRequest |
CreateStackSetRequest.withCapabilities(Capability... capabilities)
A list of values that you must specify before AWS CloudFormation can create certain stack sets.
|
CreateStackSetRequest |
CreateStackSetRequest.withCapabilities(Collection<String> capabilities)
A list of values that you must specify before AWS CloudFormation can create certain stack sets.
|
CreateStackSetRequest |
CreateStackSetRequest.withCapabilities(String... capabilities)
A list of values that you must specify before AWS CloudFormation can create certain stack sets.
|
CreateStackSetRequest |
CreateStackSetRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for this
CreateStackSet request. |
CreateStackSetRequest |
CreateStackSetRequest.withDescription(String description)
A description of the stack set.
|
CreateStackSetRequest |
CreateStackSetRequest.withParameters(Collection<Parameter> parameters)
The input parameters for the stack set template.
|
CreateStackSetRequest |
CreateStackSetRequest.withParameters(Parameter... parameters)
The input parameters for the stack set template.
|
CreateStackSetRequest |
CreateStackSetRequest.withStackSetName(String stackSetName)
The name to associate with the stack set.
|
CreateStackSetRequest |
CreateStackSetRequest.withTags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
CreateStackSetRequest |
CreateStackSetRequest.withTags(Tag... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
CreateStackSetRequest |
CreateStackSetRequest.withTemplateBody(String templateBody)
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
bytes.
|
CreateStackSetRequest |
CreateStackSetRequest.withTemplateURL(String templateURL)
The location of the file that contains the template body.
|
Copyright © 2017. All rights reserved.