Uses of Class
software.amazon.awssdk.services.datazone.model.GlossaryTermStatus
-
Packages that use GlossaryTermStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GlossaryTermStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GlossaryTermStatus Modifier and Type Method Description static GlossaryTermStatusGlossaryTermStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GlossaryTermStatusCreateGlossaryTermRequest. status()The status of this business glossary term.GlossaryTermStatusCreateGlossaryTermResponse. status()The status of this business glossary term.GlossaryTermStatusGetGlossaryTermResponse. status()The status of the business glossary term.GlossaryTermStatusGlossaryTermItem. status()The status of the business glossary term.GlossaryTermStatusUpdateGlossaryTermRequest. status()The status to be updated as part of theUpdateGlossaryTermaction.GlossaryTermStatusUpdateGlossaryTermResponse. status()The status to be updated as part of theUpdateGlossaryTermaction.static GlossaryTermStatusGlossaryTermStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GlossaryTermStatus[]GlossaryTermStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GlossaryTermStatus Modifier and Type Method Description static Set<GlossaryTermStatus>GlossaryTermStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type GlossaryTermStatus Modifier and Type Method Description CreateGlossaryTermRequest.BuilderCreateGlossaryTermRequest.Builder. status(GlossaryTermStatus status)The status of this business glossary term.CreateGlossaryTermResponse.BuilderCreateGlossaryTermResponse.Builder. status(GlossaryTermStatus status)The status of this business glossary term.GetGlossaryTermResponse.BuilderGetGlossaryTermResponse.Builder. status(GlossaryTermStatus status)The status of the business glossary term.GlossaryTermItem.BuilderGlossaryTermItem.Builder. status(GlossaryTermStatus status)The status of the business glossary term.UpdateGlossaryTermRequest.BuilderUpdateGlossaryTermRequest.Builder. status(GlossaryTermStatus status)The status to be updated as part of theUpdateGlossaryTermaction.UpdateGlossaryTermResponse.BuilderUpdateGlossaryTermResponse.Builder. status(GlossaryTermStatus status)The status to be updated as part of theUpdateGlossaryTermaction.
-