Uses of Class
com.amazonaws.services.cloudformation.model.ResourceChangeDetail
-
Packages that use ResourceChangeDetail Package Description com.amazonaws.services.cloudformation.model -
-
Uses of ResourceChangeDetail in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceChangeDetail Modifier and Type Method 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 theCausingEntity
value belongs.ResourceChangeDetail
ResourceChangeDetail. withChangeSource(String changeSource)
The group to which theCausingEntity
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)
AResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type ResourceChangeDetail Modifier and Type Method Description List<ResourceChangeDetail>
ResourceChange. getDetails()
For theModify
action, a list ofResourceChangeDetail
structures that describes the changes that AWS CloudFormation will make to the resource.Methods in com.amazonaws.services.cloudformation.model with parameters of type ResourceChangeDetail Modifier and Type Method Description ResourceChange
ResourceChange. withDetails(ResourceChangeDetail... details)
For theModify
action, a list ofResourceChangeDetail
structures that describes the changes that AWS CloudFormation will make to the resource.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type ResourceChangeDetail Modifier and Type Method Description void
ResourceChange. setDetails(Collection<ResourceChangeDetail> details)
For theModify
action, a list ofResourceChangeDetail
structures that describes the changes that AWS CloudFormation will make to the resource.ResourceChange
ResourceChange. withDetails(Collection<ResourceChangeDetail> details)
For theModify
action, a list ofResourceChangeDetail
structures that describes the changes that AWS CloudFormation will make to the resource.
-