Uses of Class
software.amazon.awssdk.services.datazone.model.GlossaryStatus
-
Packages that use GlossaryStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GlossaryStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GlossaryStatus Modifier and Type Method Description static GlossaryStatusGlossaryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GlossaryStatusCreateGlossaryRequest. status()The status of this business glossary.GlossaryStatusCreateGlossaryResponse. status()The status of this business glossary.GlossaryStatusGetGlossaryResponse. status()The status of the business glossary.GlossaryStatusGlossaryItem. status()The business glossary status.GlossaryStatusUpdateGlossaryRequest. status()The status to be updated as part of theUpdateGlossaryaction.GlossaryStatusUpdateGlossaryResponse. status()The status to be updated as part of theUpdateGlossaryaction.static GlossaryStatusGlossaryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GlossaryStatus[]GlossaryStatus. 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 GlossaryStatus Modifier and Type Method Description static Set<GlossaryStatus>GlossaryStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type GlossaryStatus Modifier and Type Method Description CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. status(GlossaryStatus status)The status of this business glossary.CreateGlossaryResponse.BuilderCreateGlossaryResponse.Builder. status(GlossaryStatus status)The status of this business glossary.GetGlossaryResponse.BuilderGetGlossaryResponse.Builder. status(GlossaryStatus status)The status of the business glossary.GlossaryItem.BuilderGlossaryItem.Builder. status(GlossaryStatus status)The business glossary status.UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. status(GlossaryStatus status)The status to be updated as part of theUpdateGlossaryaction.UpdateGlossaryResponse.BuilderUpdateGlossaryResponse.Builder. status(GlossaryStatus status)The status to be updated as part of theUpdateGlossaryaction.
-