Uses of Class
com.amazonaws.services.cloudformation.model.DescribeChangeSetResult
Packages that use DescribeChangeSetResult
Package
Description
-
Uses of DescribeChangeSetResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return DescribeChangeSetResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormation.describeChangeSet
(DescribeChangeSetRequest request) AmazonCloudFormation.describeChangeSet
(DescribeChangeSetRequest describeChangeSetRequest) Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set.AmazonCloudFormationClient.describeChangeSet
(DescribeChangeSetRequest describeChangeSetRequest) Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set.Methods in com.amazonaws.services.cloudformation that return types with arguments of type DescribeChangeSetResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.describeChangeSetAsync
(DescribeChangeSetRequest request) AbstractAmazonCloudFormationAsync.describeChangeSetAsync
(DescribeChangeSetRequest request, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult> asyncHandler) AmazonCloudFormationAsync.describeChangeSetAsync
(DescribeChangeSetRequest describeChangeSetRequest) Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set.AmazonCloudFormationAsync.describeChangeSetAsync
(DescribeChangeSetRequest describeChangeSetRequest, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult> asyncHandler) Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set.AmazonCloudFormationAsyncClient.describeChangeSetAsync
(DescribeChangeSetRequest request) AmazonCloudFormationAsyncClient.describeChangeSetAsync
(DescribeChangeSetRequest request, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult> asyncHandler) Method parameters in com.amazonaws.services.cloudformation with type arguments of type DescribeChangeSetResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.describeChangeSetAsync
(DescribeChangeSetRequest request, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult> asyncHandler) AmazonCloudFormationAsync.describeChangeSetAsync
(DescribeChangeSetRequest describeChangeSetRequest, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult> asyncHandler) Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the change set.AmazonCloudFormationAsyncClient.describeChangeSetAsync
(DescribeChangeSetRequest request, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult> asyncHandler) -
Uses of DescribeChangeSetResult in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return DescribeChangeSetResultModifier and TypeMethodDescriptionDescribeChangeSetResult.clone()
DescribeChangeSetResult.withCapabilities
(Capability... capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResult.withCapabilities
(String... capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResult.withCapabilities
(Collection<String> capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResult.withChanges
(Change... changes) A list ofChange
structures that describes the resources AWS CloudFormation changes if you execute the change set.DescribeChangeSetResult.withChanges
(Collection<Change> changes) A list ofChange
structures that describes the resources AWS CloudFormation changes if you execute the change set.DescribeChangeSetResult.withChangeSetId
(String changeSetId) The ARN of the change set.DescribeChangeSetResult.withChangeSetName
(String changeSetName) The name of the change set.DescribeChangeSetResult.withCreationTime
(Date creationTime) The start time when the change set was created, in UTC.DescribeChangeSetResult.withDescription
(String description) Information about the change set.DescribeChangeSetResult.withExecutionStatus
(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.DescribeChangeSetResult.withExecutionStatus
(String executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.DescribeChangeSetResult.withNextToken
(String nextToken) If the output exceeds 1 MB, a string that identifies the next page of changes.DescribeChangeSetResult.withNotificationARNs
(String... notificationARNs) The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.DescribeChangeSetResult.withNotificationARNs
(Collection<String> notificationARNs) The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.DescribeChangeSetResult.withParameters
(Parameter... parameters) A list ofParameter
structures that describes the input parameters and their values used to create the change set.DescribeChangeSetResult.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures that describes the input parameters and their values used to create the change set.DescribeChangeSetResult.withStackId
(String stackId) The ARN of the stack that is associated with the change set.DescribeChangeSetResult.withStackName
(String stackName) The name of the stack that is associated with the change set.DescribeChangeSetResult.withStatus
(ChangeSetStatus status) The current status of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.DescribeChangeSetResult.withStatus
(String status) The current status of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.DescribeChangeSetResult.withStatusReason
(String statusReason) A description of the change set's status.If you execute the change set, the tags that will be associated with the stack.DescribeChangeSetResult.withTags
(Collection<Tag> tags) If you execute the change set, the tags that will be associated with the stack.