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