Uses of Class
software.amazon.awssdk.services.cloudformation.model.VersionBump
-
Packages that use VersionBump Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of VersionBump in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return VersionBump Modifier and Type Method Description static VersionBumpVersionBump. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VersionBumpVersionBump. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionBump[]VersionBump. values()Returns an array containing the constants of this enum type, in the order they are declared.VersionBumpActivateTypeRequest. versionBump()Manually updates a previously-activated type to a new major or minor version, if available.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type VersionBump Modifier and Type Method Description static Set<VersionBump>VersionBump. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type VersionBump Modifier and Type Method Description ActivateTypeRequest.BuilderActivateTypeRequest.Builder. versionBump(VersionBump versionBump)Manually updates a previously-activated type to a new major or minor version, if available.
-