| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceChangeDetail |
ResourceChangeDetail.clone() |
ResourceChangeDetail |
ResourceChangeDetail.withCausingEntity(String causingEntity)
The identity of the entity that triggered this change.
|
ResourceChangeDetail |
ResourceChangeDetail.withChangeSource(ChangeSource changeSource)
The group to which the
CausingEntity value belongs. |
ResourceChangeDetail |
ResourceChangeDetail.withChangeSource(String changeSource)
The group to which the
CausingEntity value belongs. |
ResourceChangeDetail |
ResourceChangeDetail.withEvaluation(EvaluationType evaluation)
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change
before you execute a change set.
|
ResourceChangeDetail |
ResourceChangeDetail.withEvaluation(String evaluation)
Indicates whether AWS CloudFormation can determine the target value, and whether the target value will change
before you execute a change set.
|
ResourceChangeDetail |
ResourceChangeDetail.withTarget(ResourceTargetDefinition target)
A
ResourceTargetDefinition structure that describes the field that AWS CloudFormation will change
and whether the resource will be recreated. |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceChangeDetail> |
ResourceChange.getDetails()
For the
Modify action, a list of ResourceChangeDetail structures that describes the
changes that AWS CloudFormation will make to the resource. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceChange.setDetails(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(Collection<ResourceChangeDetail> details)
For the
Modify action, a list of ResourceChangeDetail structures that describes the
changes that AWS CloudFormation will make to the resource. |
Copyright © 2021. All rights reserved.