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 ResourceChangeDetailResourceChangeDetail. clone()ResourceChangeDetailResourceChangeDetail. withCausingEntity(String causingEntity)The identity of the entity that triggered this change.ResourceChangeDetailResourceChangeDetail. withChangeSource(ChangeSource changeSource)The group to which theCausingEntityvalue belongs.ResourceChangeDetailResourceChangeDetail. withChangeSource(String changeSource)The group to which theCausingEntityvalue belongs.ResourceChangeDetailResourceChangeDetail. 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.ResourceChangeDetailResourceChangeDetail. 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.ResourceChangeDetailResourceChangeDetail. withTarget(ResourceTargetDefinition target)AResourceTargetDefinitionstructure 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 theModifyaction, a list ofResourceChangeDetailstructures 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 ResourceChangeResourceChange. withDetails(ResourceChangeDetail... details)For theModifyaction, a list ofResourceChangeDetailstructures 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 voidResourceChange. setDetails(Collection<ResourceChangeDetail> details)For theModifyaction, a list ofResourceChangeDetailstructures that describes the changes that AWS CloudFormation will make to the resource.ResourceChangeResourceChange. withDetails(Collection<ResourceChangeDetail> details)For theModifyaction, a list ofResourceChangeDetailstructures that describes the changes that AWS CloudFormation will make to the resource.
-