Uses of Class
software.amazon.awssdk.services.cloudformation.model.ChangeAction
-
Packages that use ChangeAction Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ChangeAction in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeAction Modifier and Type Method Description ChangeActionResourceChange. action()The action that CloudFormation takes on the resource, such asAdd(adds a new resource),Modify(changes a resource),Remove(deletes a resource),Import(imports a resource), orDynamic(exact action for the resource can't be determined).static ChangeActionChangeAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChangeActionChangeSetHookResourceTargetDetails. resourceAction()Specifies the action of the resource.static ChangeActionChangeAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeAction[]ChangeAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ChangeAction Modifier and Type Method Description static Set<ChangeAction>ChangeAction. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeAction Modifier and Type Method Description ResourceChange.BuilderResourceChange.Builder. action(ChangeAction action)The action that CloudFormation takes on the resource, such asAdd(adds a new resource),Modify(changes a resource),Remove(deletes a resource),Import(imports a resource), orDynamic(exact action for the resource can't be determined).ChangeSetHookResourceTargetDetails.BuilderChangeSetHookResourceTargetDetails.Builder. resourceAction(ChangeAction resourceAction)Specifies the action of the resource.
-