Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ChangeAction
Packages that use ChangeAction
-
Uses of ChangeAction in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeActionModifier and TypeMethodDescriptionfinal 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),Dynamic(exact action for the resource can't be determined), orSyncWithActual(resource will not be changed, only CloudFormation metadata will change).static ChangeActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ChangeActionChangeSetHookResourceTargetDetails.resourceAction()Specifies the action of the resource.static ChangeActionReturns 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 ChangeActionMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeActionModifier and TypeMethodDescriptionResourceChange.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),Dynamic(exact action for the resource can't be determined), orSyncWithActual(resource will not be changed, only CloudFormation metadata will change).ChangeSetHookResourceTargetDetails.Builder.resourceAction(ChangeAction resourceAction) Specifies the action of the resource.