Uses of Class
software.amazon.awssdk.services.dataexchange.model.GetReceivedDataGrantResponse
-
Packages that use GetReceivedDataGrantResponse Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud. -
-
Uses of GetReceivedDataGrantResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return GetReceivedDataGrantResponse Modifier and Type Method Description default GetReceivedDataGrantResponseDataExchangeClient. getReceivedDataGrant(Consumer<GetReceivedDataGrantRequest.Builder> getReceivedDataGrantRequest)This operation returns information about a received data grant.default GetReceivedDataGrantResponseDataExchangeClient. getReceivedDataGrant(GetReceivedDataGrantRequest getReceivedDataGrantRequest)This operation returns information about a received data grant.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type GetReceivedDataGrantResponse Modifier and Type Method Description default CompletableFuture<GetReceivedDataGrantResponse>DataExchangeAsyncClient. getReceivedDataGrant(Consumer<GetReceivedDataGrantRequest.Builder> getReceivedDataGrantRequest)This operation returns information about a received data grant.default CompletableFuture<GetReceivedDataGrantResponse>DataExchangeAsyncClient. getReceivedDataGrant(GetReceivedDataGrantRequest getReceivedDataGrantRequest)This operation returns information about a received data grant.
-