Uses of Class
com.amazonaws.services.cloudformation.model.ResourceChangeDetail
Packages that use ResourceChangeDetail
-
Uses of ResourceChangeDetail in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceChangeDetailModifier and TypeMethodDescriptionResourceChangeDetail.clone()
ResourceChangeDetail.withCausingEntity
(String causingEntity) The identity of the entity that triggered this change.ResourceChangeDetail.withChangeSource
(ChangeSource changeSource) The group to which theCausingEntity
value belongs.ResourceChangeDetail.withChangeSource
(String changeSource) The group to which theCausingEntity
value belongs.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.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.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 ResourceChangeDetailModifier and TypeMethodDescriptionResourceChange.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 ResourceChangeDetailModifier and TypeMethodDescriptionResourceChange.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 ResourceChangeDetailModifier and TypeMethodDescriptionvoid
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.withDetails
(Collection<ResourceChangeDetail> details) For theModify
action, a list ofResourceChangeDetail
structures that describes the changes that AWS CloudFormation will make to the resource.