Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
ResourceChange |
ResourceChange.clone() |
ResourceChange |
Change.getResourceChange()
A
ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform. |
ResourceChange |
ResourceChange.withAction(ChangeAction action)
The action that AWS CloudFormation takes on the resource, such as
Add (adds a new resource), Modify (changes a
resource), or Remove (deletes a resource). |
ResourceChange |
ResourceChange.withAction(String action)
The action that AWS CloudFormation takes on the resource, such as
Add (adds a new resource), Modify (changes a
resource), or Remove (deletes a resource). |
ResourceChange |
ResourceChange.withDetails(Collection<ResourceChangeDetail> details)
For the
Modify action, a list of
ResourceChangeDetail structures that describes the changes
that AWS CloudFormation will make to the resource. |
ResourceChange |
ResourceChange.withDetails(ResourceChangeDetail... details)
For the
Modify action, a list of
ResourceChangeDetail structures that describes the changes
that AWS CloudFormation will make to the resource. |
ResourceChange |
ResourceChange.withLogicalResourceId(String logicalResourceId)
The resource's logical ID, which is defined in the stack's template.
|
ResourceChange |
ResourceChange.withPhysicalResourceId(String physicalResourceId)
The resource's physical ID (resource name).
|
ResourceChange |
ResourceChange.withReplacement(Replacement replacement)
For the
Modify action, indicates whether AWS CloudFormation
will replace the resource by creating a new one and deleting the old one. |
ResourceChange |
ResourceChange.withReplacement(String replacement)
For the
Modify action, indicates whether AWS CloudFormation
will replace the resource by creating a new one and deleting the old one. |
ResourceChange |
ResourceChange.withResourceType(String resourceType)
The type of AWS CloudFormation resource, such as
AWS::S3::Bucket . |
ResourceChange |
ResourceChange.withScope(Collection<String> scope)
For the
Modify action, indicates which resource attribute is
triggering this update, such as a change in the resource attribute's
Metadata , Properties , or Tags . |
ResourceChange |
ResourceChange.withScope(ResourceAttribute... scope)
For the
Modify action, indicates which resource attribute is
triggering this update, such as a change in the resource attribute's
Metadata , Properties , or Tags . |
ResourceChange |
ResourceChange.withScope(String... scope)
For the
Modify action, indicates which resource attribute is
triggering this update, such as a change in the resource attribute's
Metadata , Properties , or Tags . |
Modifier and Type | Method and Description |
---|---|
void |
Change.setResourceChange(ResourceChange resourceChange)
A
ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform. |
Change |
Change.withResourceChange(ResourceChange resourceChange)
A
ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform. |
Copyright © 2018. All rights reserved.