Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.TemplateStatus
-
Packages that use TemplateStatus Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of TemplateStatus in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return TemplateStatus Modifier and Type Method Description static TemplateStatusTemplateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TemplateStatusTemplate. status()Status of the template.TemplateStatusTemplateSummary. status()Status of the template.static TemplateStatusTemplateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateStatus[]TemplateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type TemplateStatus Modifier and Type Method Description static Set<TemplateStatus>TemplateStatus. knownValues()Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type TemplateStatus Modifier and Type Method Description Template.BuilderTemplate.Builder. status(TemplateStatus status)Status of the template.TemplateSummary.BuilderTemplateSummary.Builder. status(TemplateStatus status)Status of the template.
-