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. -
-
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.
-