Uses of Class
software.amazon.awssdk.services.appsync.model.ListDataSourcesResponse
-
Packages that use ListDataSourcesResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.software.amazon.awssdk.services.appsync.paginators -
-
Uses of ListDataSourcesResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListDataSourcesResponse Modifier and Type Method Description default ListDataSourcesResponseAppSyncClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists the data sources for a given API.default ListDataSourcesResponseAppSyncClient. listDataSources(ListDataSourcesRequest listDataSourcesRequest)Lists the data sources for a given API.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListDataSourcesResponse Modifier and Type Method Description default CompletableFuture<ListDataSourcesResponse>AppSyncAsyncClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists the data sources for a given API.default CompletableFuture<ListDataSourcesResponse>AppSyncAsyncClient. listDataSources(ListDataSourcesRequest listDataSourcesRequest)Lists the data sources for a given API. -
Uses of ListDataSourcesResponse in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type ListDataSourcesResponse Modifier and Type Method Description Iterator<ListDataSourcesResponse>ListDataSourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.appsync.paginators with type arguments of type ListDataSourcesResponse Modifier and Type Method Description voidListDataSourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataSourcesResponse> subscriber)
-