Uses of Class
software.amazon.awssdk.services.datazone.model.DeleteSubscriptionGrantResponse
-
Packages that use DeleteSubscriptionGrantResponse 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 DeleteSubscriptionGrantResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return DeleteSubscriptionGrantResponse Modifier and Type Method Description default DeleteSubscriptionGrantResponseDataZoneClient. deleteSubscriptionGrant(Consumer<DeleteSubscriptionGrantRequest.Builder> deleteSubscriptionGrantRequest)Deletes and subscription grant in Amazon DataZone.default DeleteSubscriptionGrantResponseDataZoneClient. deleteSubscriptionGrant(DeleteSubscriptionGrantRequest deleteSubscriptionGrantRequest)Deletes and subscription grant in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type DeleteSubscriptionGrantResponse Modifier and Type Method Description default CompletableFuture<DeleteSubscriptionGrantResponse>DataZoneAsyncClient. deleteSubscriptionGrant(Consumer<DeleteSubscriptionGrantRequest.Builder> deleteSubscriptionGrantRequest)Deletes and subscription grant in Amazon DataZone.default CompletableFuture<DeleteSubscriptionGrantResponse>DataZoneAsyncClient. deleteSubscriptionGrant(DeleteSubscriptionGrantRequest deleteSubscriptionGrantRequest)Deletes and subscription grant in Amazon DataZone.
-