Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ChangeSetType
Packages that use ChangeSetType
-
Uses of ChangeSetType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeSetTypeModifier and TypeMethodDescriptionfinal ChangeSetTypeCreateChangeSetRequest.changeSetType()The type of change set operation.static ChangeSetTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ChangeSetTypeReturns the enum constant of this type with the specified name.static ChangeSetType[]ChangeSetType.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 ChangeSetTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeSetTypeModifier and TypeMethodDescriptionCreateChangeSetRequest.Builder.changeSetType(ChangeSetType changeSetType) The type of change set operation.