Uses of Class
software.amazon.awssdk.services.connectcases.model.TemplateStatus
-
Packages that use TemplateStatus Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of TemplateStatus in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.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.TemplateStatusCreateTemplateRequest. status()The status of the template.TemplateStatusGetTemplateResponse. status()The status of the template.TemplateStatusTemplateSummary. status()The status of the template.TemplateStatusUpdateTemplateRequest. status()The 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.connectcases.model that return types with arguments of type TemplateStatus Modifier and Type Method Description static Set<TemplateStatus>TemplateStatus. knownValues()List<TemplateStatus>ListTemplatesRequest. status()A list of status values to filter on.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type TemplateStatus Modifier and Type Method Description CreateTemplateRequest.BuilderCreateTemplateRequest.Builder. status(TemplateStatus status)The status of the template.GetTemplateResponse.BuilderGetTemplateResponse.Builder. status(TemplateStatus status)The status of the template.ListTemplatesRequest.BuilderListTemplatesRequest.Builder. status(TemplateStatus... status)A list of status values to filter on.TemplateSummary.BuilderTemplateSummary.Builder. status(TemplateStatus status)The status of the template.UpdateTemplateRequest.BuilderUpdateTemplateRequest.Builder. status(TemplateStatus status)The status of the template.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type TemplateStatus Modifier and Type Method Description ListTemplatesRequest.BuilderListTemplatesRequest.Builder. status(Collection<TemplateStatus> status)A list of status values to filter on.
-