Uses of Class
software.amazon.awssdk.services.dataexchange.model.ListReceivedDataGrantsResponse
-
Packages that use ListReceivedDataGrantsResponse 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.software.amazon.awssdk.services.dataexchange.paginators -
-
Uses of ListReceivedDataGrantsResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return ListReceivedDataGrantsResponse Modifier and Type Method Description default ListReceivedDataGrantsResponseDataExchangeClient. listReceivedDataGrants(Consumer<ListReceivedDataGrantsRequest.Builder> listReceivedDataGrantsRequest)This operation returns information about all received data grants.default ListReceivedDataGrantsResponseDataExchangeClient. listReceivedDataGrants(ListReceivedDataGrantsRequest listReceivedDataGrantsRequest)This operation returns information about all received data grants.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type ListReceivedDataGrantsResponse Modifier and Type Method Description default CompletableFuture<ListReceivedDataGrantsResponse>DataExchangeAsyncClient. listReceivedDataGrants(Consumer<ListReceivedDataGrantsRequest.Builder> listReceivedDataGrantsRequest)This operation returns information about all received data grants.default CompletableFuture<ListReceivedDataGrantsResponse>DataExchangeAsyncClient. listReceivedDataGrants(ListReceivedDataGrantsRequest listReceivedDataGrantsRequest)This operation returns information about all received data grants. -
Uses of ListReceivedDataGrantsResponse in software.amazon.awssdk.services.dataexchange.paginators
Methods in software.amazon.awssdk.services.dataexchange.paginators that return types with arguments of type ListReceivedDataGrantsResponse Modifier and Type Method Description Iterator<ListReceivedDataGrantsResponse>ListReceivedDataGrantsIterable. iterator()Method parameters in software.amazon.awssdk.services.dataexchange.paginators with type arguments of type ListReceivedDataGrantsResponse Modifier and Type Method Description voidListReceivedDataGrantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReceivedDataGrantsResponse> subscriber)
-