Package | Description |
---|---|
com.amazonaws.services.cloudformation | |
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateChangeSetResult |
AmazonCloudFormationClient.createChangeSet(CreateChangeSetRequest createChangeSetRequest)
Creates a list of changes for a stack.
|
CreateChangeSetResult |
AmazonCloudFormation.createChangeSet(CreateChangeSetRequest createChangeSetRequest)
Creates a list of changes for a stack.
|
CreateChangeSetResult |
AbstractAmazonCloudFormation.createChangeSet(CreateChangeSetRequest request) |
java.util.concurrent.Future<CreateChangeSetResult> |
AmazonCloudFormationAsyncClient.createChangeSetAsync(CreateChangeSetRequest request) |
java.util.concurrent.Future<CreateChangeSetResult> |
AmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest createChangeSetRequest)
Creates a list of changes for a stack.
|
java.util.concurrent.Future<CreateChangeSetResult> |
AbstractAmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest request) |
java.util.concurrent.Future<CreateChangeSetResult> |
AmazonCloudFormationAsyncClient.createChangeSetAsync(CreateChangeSetRequest request,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler) |
java.util.concurrent.Future<CreateChangeSetResult> |
AmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest createChangeSetRequest,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler)
Creates a list of changes for a stack.
|
java.util.concurrent.Future<CreateChangeSetResult> |
AbstractAmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest request,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateChangeSetResult> |
AmazonCloudFormationAsyncClient.createChangeSetAsync(CreateChangeSetRequest request,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler) |
java.util.concurrent.Future<CreateChangeSetResult> |
AmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest createChangeSetRequest,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler)
Creates a list of changes for a stack.
|
java.util.concurrent.Future<CreateChangeSetResult> |
AbstractAmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest request,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateChangeSetRequest |
CreateChangeSetRequest.clone() |
CreateChangeSetRequest |
CreateChangeSetRequest.withCapabilities(Capability... capabilities)
A list of capabilities that you must specify before AWS CloudFormation
can update certain stacks.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withCapabilities(java.util.Collection<java.lang.String> capabilities)
A list of capabilities that you must specify before AWS CloudFormation
can update certain stacks.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withCapabilities(java.lang.String... capabilities)
A list of capabilities that you must specify before AWS CloudFormation
can update certain stacks.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withChangeSetName(java.lang.String changeSetName)
The name of the change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withClientToken(java.lang.String clientToken)
A unique identifier for this
CreateChangeSet request. |
CreateChangeSetRequest |
CreateChangeSetRequest.withDescription(java.lang.String description)
A description to help you identify this change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withNotificationARNs(java.util.Collection<java.lang.String> notificationARNs)
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service
(Amazon SNS) topics that AWS CloudFormation associates with the stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withNotificationARNs(java.lang.String... notificationARNs)
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service
(Amazon SNS) topics that AWS CloudFormation associates with the stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withParameters(java.util.Collection<Parameter> parameters)
A list of
Parameter structures that specify input parameters
for the change set. |
CreateChangeSetRequest |
CreateChangeSetRequest.withParameters(Parameter... parameters)
A list of
Parameter structures that specify input parameters
for the change set. |
CreateChangeSetRequest |
CreateChangeSetRequest.withResourceTypes(java.util.Collection<java.lang.String> resourceTypes)
The template resource types that you have permissions to work with if you
execute this change set, such as
AWS::EC2::Instance ,
AWS::EC2::* , or Custom::MyCustomInstance . |
CreateChangeSetRequest |
CreateChangeSetRequest.withResourceTypes(java.lang.String... resourceTypes)
The template resource types that you have permissions to work with if you
execute this change set, such as
AWS::EC2::Instance ,
AWS::EC2::* , or Custom::MyCustomInstance . |
CreateChangeSetRequest |
CreateChangeSetRequest.withStackName(java.lang.String stackName)
The name or the unique ID of the stack for which you are creating a
change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTags(java.util.Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTags(Tag... tags)
Key-value pairs to associate with this stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTemplateBody(java.lang.String templateBody)
A structure that contains the body of the revised template, with a
minimum length of 1 byte and a maximum length of 51,200 bytes.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTemplateURL(java.lang.String templateURL)
The location of the file that contains the revised template.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withUsePreviousTemplate(java.lang.Boolean usePreviousTemplate)
Whether to reuse the template that is associated with the stack to create
the change set.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateChangeSetRequest> |
CreateChangeSetRequestMarshaller.marshall(CreateChangeSetRequest createChangeSetRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateChangeSetRequest> |
CreateChangeSetRequestMarshaller.marshall(CreateChangeSetRequest createChangeSetRequest) |