Uses of Class
software.amazon.awssdk.services.cloudformation.model.ChangeSetType
-
Packages that use ChangeSetType Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ChangeSetType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeSetType Modifier and Type Method Description ChangeSetTypeCreateChangeSetRequest. changeSetType()The type of change set operation.static ChangeSetTypeChangeSetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChangeSetTypeChangeSetType. valueOf(String name)Returns 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 ChangeSetType Modifier and Type Method Description static Set<ChangeSetType>ChangeSetType. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeSetType Modifier and Type Method Description CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder. changeSetType(ChangeSetType changeSetType)The type of change set operation.
-