Uses of Class
software.amazon.awssdk.services.datazone.model.CreateGlossaryTermResponse
-
Packages that use CreateGlossaryTermResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. -
-
Uses of CreateGlossaryTermResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return CreateGlossaryTermResponse Modifier and Type Method Description default CreateGlossaryTermResponseDataZoneClient. createGlossaryTerm(Consumer<CreateGlossaryTermRequest.Builder> createGlossaryTermRequest)Creates a business glossary term.default CreateGlossaryTermResponseDataZoneClient. createGlossaryTerm(CreateGlossaryTermRequest createGlossaryTermRequest)Creates a business glossary term.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type CreateGlossaryTermResponse Modifier and Type Method Description default CompletableFuture<CreateGlossaryTermResponse>DataZoneAsyncClient. createGlossaryTerm(Consumer<CreateGlossaryTermRequest.Builder> createGlossaryTermRequest)Creates a business glossary term.default CompletableFuture<CreateGlossaryTermResponse>DataZoneAsyncClient. createGlossaryTerm(CreateGlossaryTermRequest createGlossaryTermRequest)Creates a business glossary term.
-