Uses of Class
software.amazon.awssdk.services.appsync.model.GetDataSourceResponse
-
Packages that use GetDataSourceResponse 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 GetDataSourceResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetDataSourceResponse Modifier and Type Method Description default GetDataSourceResponseAppSyncClient. getDataSource(Consumer<GetDataSourceRequest.Builder> getDataSourceRequest)Retrieves aDataSourceobject.default GetDataSourceResponseAppSyncClient. getDataSource(GetDataSourceRequest getDataSourceRequest)Retrieves aDataSourceobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetDataSourceResponse Modifier and Type Method Description default CompletableFuture<GetDataSourceResponse>AppSyncAsyncClient. getDataSource(Consumer<GetDataSourceRequest.Builder> getDataSourceRequest)Retrieves aDataSourceobject.default CompletableFuture<GetDataSourceResponse>AppSyncAsyncClient. getDataSource(GetDataSourceRequest getDataSourceRequest)Retrieves aDataSourceobject.
-