Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ResourceChangeDetail> |
ResourceChange.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 |
---|---|
ResourceChangeDetail |
ResourceChangeDetail.clone() |
ResourceChangeDetail |
ResourceChangeDetail.withCausingEntity(java.lang.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(java.lang.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(java.lang.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 |
---|---|
java.util.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(java.util.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(java.util.Collection<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 |
---|---|
ResourceChangeDetail |
ResourceChangeDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |