Uses of Class
software.amazon.awssdk.services.dataexchange.model.ListDataGrantsResponse
-
Packages that use ListDataGrantsResponse 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 ListDataGrantsResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return ListDataGrantsResponse Modifier and Type Method Description default ListDataGrantsResponseDataExchangeClient. listDataGrants(Consumer<ListDataGrantsRequest.Builder> listDataGrantsRequest)This operation returns information about all data grants.default ListDataGrantsResponseDataExchangeClient. listDataGrants(ListDataGrantsRequest listDataGrantsRequest)This operation returns information about all data grants.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type ListDataGrantsResponse Modifier and Type Method Description default CompletableFuture<ListDataGrantsResponse>DataExchangeAsyncClient. listDataGrants(Consumer<ListDataGrantsRequest.Builder> listDataGrantsRequest)This operation returns information about all data grants.default CompletableFuture<ListDataGrantsResponse>DataExchangeAsyncClient. listDataGrants(ListDataGrantsRequest listDataGrantsRequest)This operation returns information about all data grants. -
Uses of ListDataGrantsResponse in software.amazon.awssdk.services.dataexchange.paginators
Methods in software.amazon.awssdk.services.dataexchange.paginators that return types with arguments of type ListDataGrantsResponse Modifier and Type Method Description Iterator<ListDataGrantsResponse>ListDataGrantsIterable. iterator()Method parameters in software.amazon.awssdk.services.dataexchange.paginators with type arguments of type ListDataGrantsResponse Modifier and Type Method Description voidListDataGrantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataGrantsResponse> subscriber)
-