Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
CreateChangeSetResult |
AmazonCloudFormation.createChangeSet(CreateChangeSetRequest createChangeSetRequest)
Creates a list of changes that will be applied to a stack so that you can review the changes before executing
them.
|
CreateChangeSetResult |
AbstractAmazonCloudFormation.createChangeSet(CreateChangeSetRequest request) |
CreateChangeSetResult |
AmazonCloudFormationClient.createChangeSet(CreateChangeSetRequest request)
Creates a list of changes that will be applied to a stack so that you can review the changes before executing
them.
|
Future<CreateChangeSetResult> |
AbstractAmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest request) |
Future<CreateChangeSetResult> |
AmazonCloudFormationAsyncClient.createChangeSetAsync(CreateChangeSetRequest request) |
Future<CreateChangeSetResult> |
AmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest createChangeSetRequest)
Creates a list of changes that will be applied to a stack so that you can review the changes before executing
them.
|
Future<CreateChangeSetResult> |
AbstractAmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest request,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler) |
Future<CreateChangeSetResult> |
AmazonCloudFormationAsyncClient.createChangeSetAsync(CreateChangeSetRequest request,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler) |
Future<CreateChangeSetResult> |
AmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest createChangeSetRequest,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler)
Creates a list of changes that will be applied to a stack so that you can review the changes before executing
them.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateChangeSetResult> |
AbstractAmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest request,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler) |
Future<CreateChangeSetResult> |
AmazonCloudFormationAsyncClient.createChangeSetAsync(CreateChangeSetRequest request,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler) |
Future<CreateChangeSetResult> |
AmazonCloudFormationAsync.createChangeSetAsync(CreateChangeSetRequest createChangeSetRequest,
AsyncHandler<CreateChangeSetRequest,CreateChangeSetResult> asyncHandler)
Creates a list of changes that will be applied to a stack so that you can review the changes before executing
them.
|
Modifier and Type | Method and Description |
---|---|
CreateChangeSetRequest |
CreateChangeSetRequest.clone() |
CreateChangeSetRequest |
CreateChangeSetRequest.withCapabilities(Capability... capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
for AWS CloudFormation to create the stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withCapabilities(Collection<String> capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
for AWS CloudFormation to create the stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withCapabilities(String... capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
for AWS CloudFormation to create the stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withChangeSetName(String changeSetName)
The name of the change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withChangeSetType(ChangeSetType changeSetType)
The type of change set operation.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withChangeSetType(String changeSetType)
The type of change set operation.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withClientToken(String clientToken)
A unique identifier for this
CreateChangeSet request. |
CreateChangeSetRequest |
CreateChangeSetRequest.withDescription(String description)
A description to help you identify this change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withNotificationARNs(Collection<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(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(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.withResourcesToImport(Collection<ResourceToImport> resourcesToImport)
The resources to import into your stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withResourcesToImport(ResourceToImport... resourcesToImport)
The resources to import into your stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withResourceTypes(Collection<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(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.withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation
assumes when executing the change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for
the specified monitoring period afterwards.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withStackName(String stackName)
The name or the unique ID of the stack for which you are creating a change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTags(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(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(String templateURL)
The location of the file that contains the revised template.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withUsePreviousTemplate(Boolean usePreviousTemplate)
Whether to reuse the template that is associated with the stack to create the change set.
|
Copyright © 2020. All rights reserved.