Uses of Enum
software.amazon.awssdk.services.cloudformation.model.VersionBump
Packages that use VersionBump
-
Uses of VersionBump in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return VersionBumpModifier and TypeMethodDescriptionstatic VersionBumpUse this in place of valueOf to convert the raw string returned by the service into the enum value.static VersionBumpReturns 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.final 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 VersionBumpMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type VersionBumpModifier and TypeMethodDescriptionActivateTypeRequest.Builder.versionBump(VersionBump versionBump) Manually updates a previously-activated type to a new major or minor version, if available.