Uses of Class
software.amazon.awssdk.services.datazone.model.GetGlossaryTermResponse
-
Packages that use GetGlossaryTermResponse 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 GetGlossaryTermResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetGlossaryTermResponse Modifier and Type Method Description default GetGlossaryTermResponseDataZoneClient. getGlossaryTerm(Consumer<GetGlossaryTermRequest.Builder> getGlossaryTermRequest)Gets a business glossary term in Amazon DataZone.default GetGlossaryTermResponseDataZoneClient. getGlossaryTerm(GetGlossaryTermRequest getGlossaryTermRequest)Gets a business glossary term in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetGlossaryTermResponse Modifier and Type Method Description default CompletableFuture<GetGlossaryTermResponse>DataZoneAsyncClient. getGlossaryTerm(Consumer<GetGlossaryTermRequest.Builder> getGlossaryTermRequest)Gets a business glossary term in Amazon DataZone.default CompletableFuture<GetGlossaryTermResponse>DataZoneAsyncClient. getGlossaryTerm(GetGlossaryTermRequest getGlossaryTermRequest)Gets a business glossary term in Amazon DataZone.
-