Uses of Class
software.amazon.awssdk.services.datazone.model.DeleteGlossaryTermResponse
-
Packages that use DeleteGlossaryTermResponse 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 DeleteGlossaryTermResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return DeleteGlossaryTermResponse Modifier and Type Method Description default DeleteGlossaryTermResponseDataZoneClient. deleteGlossaryTerm(Consumer<DeleteGlossaryTermRequest.Builder> deleteGlossaryTermRequest)Deletes a business glossary term in Amazon DataZone.default DeleteGlossaryTermResponseDataZoneClient. deleteGlossaryTerm(DeleteGlossaryTermRequest deleteGlossaryTermRequest)Deletes a business glossary term in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type DeleteGlossaryTermResponse Modifier and Type Method Description default CompletableFuture<DeleteGlossaryTermResponse>DataZoneAsyncClient. deleteGlossaryTerm(Consumer<DeleteGlossaryTermRequest.Builder> deleteGlossaryTermRequest)Deletes a business glossary term in Amazon DataZone.default CompletableFuture<DeleteGlossaryTermResponse>DataZoneAsyncClient. deleteGlossaryTerm(DeleteGlossaryTermRequest deleteGlossaryTermRequest)Deletes a business glossary term in Amazon DataZone.
-