Uses of Class
software.amazon.awssdk.services.proton.model.TemplateVersionSourceInput.Type
-
Packages that use TemplateVersionSourceInput.Type Package Description software.amazon.awssdk.services.proton.model -
-
Uses of TemplateVersionSourceInput.Type in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return TemplateVersionSourceInput.Type Modifier and Type Method Description TemplateVersionSourceInput.TypeTemplateVersionSourceInput. type()Retrieve an enum value representing which member of this object is populated.static TemplateVersionSourceInput.TypeTemplateVersionSourceInput.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateVersionSourceInput.Type[]TemplateVersionSourceInput.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-