Uses of Class
software.amazon.awssdk.services.proton.model.TemplateType
-
Packages that use TemplateType Package Description software.amazon.awssdk.services.proton.model -
-
Uses of TemplateType in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return TemplateType Modifier and Type Method Description static TemplateTypeTemplateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TemplateTypeCreateTemplateSyncConfigRequest. templateType()The type of the registered template.TemplateTypeDeleteTemplateSyncConfigRequest. templateType()The template type.TemplateTypeGetTemplateSyncConfigRequest. templateType()The template type.TemplateTypeGetTemplateSyncStatusRequest. templateType()The template type.TemplateTypeTemplateSyncConfig. templateType()The template type.TemplateTypeUpdateTemplateSyncConfigRequest. templateType()The synced template type.static TemplateTypeTemplateType. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateType[]TemplateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type TemplateType Modifier and Type Method Description static Set<TemplateType>TemplateType. knownValues()Methods in software.amazon.awssdk.services.proton.model with parameters of type TemplateType Modifier and Type Method Description CreateTemplateSyncConfigRequest.BuilderCreateTemplateSyncConfigRequest.Builder. templateType(TemplateType templateType)The type of the registered template.DeleteTemplateSyncConfigRequest.BuilderDeleteTemplateSyncConfigRequest.Builder. templateType(TemplateType templateType)The template type.GetTemplateSyncConfigRequest.BuilderGetTemplateSyncConfigRequest.Builder. templateType(TemplateType templateType)The template type.GetTemplateSyncStatusRequest.BuilderGetTemplateSyncStatusRequest.Builder. templateType(TemplateType templateType)The template type.TemplateSyncConfig.BuilderTemplateSyncConfig.Builder. templateType(TemplateType templateType)The template type.UpdateTemplateSyncConfigRequest.BuilderUpdateTemplateSyncConfigRequest.Builder. templateType(TemplateType templateType)The synced template type.
-