Uses of Class
software.amazon.awssdk.services.datazone.model.UpdateSubscriptionGrantStatusResponse
-
Packages that use UpdateSubscriptionGrantStatusResponse 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 UpdateSubscriptionGrantStatusResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return UpdateSubscriptionGrantStatusResponse Modifier and Type Method Description default UpdateSubscriptionGrantStatusResponseDataZoneClient. updateSubscriptionGrantStatus(Consumer<UpdateSubscriptionGrantStatusRequest.Builder> updateSubscriptionGrantStatusRequest)Updates the status of the specified subscription grant status in Amazon DataZone.default UpdateSubscriptionGrantStatusResponseDataZoneClient. updateSubscriptionGrantStatus(UpdateSubscriptionGrantStatusRequest updateSubscriptionGrantStatusRequest)Updates the status of the specified subscription grant status in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type UpdateSubscriptionGrantStatusResponse Modifier and Type Method Description default CompletableFuture<UpdateSubscriptionGrantStatusResponse>DataZoneAsyncClient. updateSubscriptionGrantStatus(Consumer<UpdateSubscriptionGrantStatusRequest.Builder> updateSubscriptionGrantStatusRequest)Updates the status of the specified subscription grant status in Amazon DataZone.default CompletableFuture<UpdateSubscriptionGrantStatusResponse>DataZoneAsyncClient. updateSubscriptionGrantStatus(UpdateSubscriptionGrantStatusRequest updateSubscriptionGrantStatusRequest)Updates the status of the specified subscription grant status in Amazon DataZone.
-