Uses of Class
software.amazon.awssdk.services.datazone.model.GetSubscriptionGrantResponse
-
Packages that use GetSubscriptionGrantResponse 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 GetSubscriptionGrantResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetSubscriptionGrantResponse Modifier and Type Method Description default GetSubscriptionGrantResponseDataZoneClient. getSubscriptionGrant(Consumer<GetSubscriptionGrantRequest.Builder> getSubscriptionGrantRequest)Gets the subscription grant in Amazon DataZone.default GetSubscriptionGrantResponseDataZoneClient. getSubscriptionGrant(GetSubscriptionGrantRequest getSubscriptionGrantRequest)Gets the subscription grant in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetSubscriptionGrantResponse Modifier and Type Method Description default CompletableFuture<GetSubscriptionGrantResponse>DataZoneAsyncClient. getSubscriptionGrant(Consumer<GetSubscriptionGrantRequest.Builder> getSubscriptionGrantRequest)Gets the subscription grant in Amazon DataZone.default CompletableFuture<GetSubscriptionGrantResponse>DataZoneAsyncClient. getSubscriptionGrant(GetSubscriptionGrantRequest getSubscriptionGrantRequest)Gets the subscription grant in Amazon DataZone.
-