Uses of Class
software.amazon.awssdk.services.datazone.model.CancelSubscriptionResponse
-
Packages that use CancelSubscriptionResponse 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 CancelSubscriptionResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return CancelSubscriptionResponse Modifier and Type Method Description default CancelSubscriptionResponseDataZoneClient. cancelSubscription(Consumer<CancelSubscriptionRequest.Builder> cancelSubscriptionRequest)Cancels the subscription to the specified asset.default CancelSubscriptionResponseDataZoneClient. cancelSubscription(CancelSubscriptionRequest cancelSubscriptionRequest)Cancels the subscription to the specified asset.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type CancelSubscriptionResponse Modifier and Type Method Description default CompletableFuture<CancelSubscriptionResponse>DataZoneAsyncClient. cancelSubscription(Consumer<CancelSubscriptionRequest.Builder> cancelSubscriptionRequest)Cancels the subscription to the specified asset.default CompletableFuture<CancelSubscriptionResponse>DataZoneAsyncClient. cancelSubscription(CancelSubscriptionRequest cancelSubscriptionRequest)Cancels the subscription to the specified asset.
-