Uses of Class
software.amazon.awssdk.services.appsync.model.CreateDataSourceRequest
-
Packages that use CreateDataSourceRequest 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.transform -
-
Uses of CreateDataSourceRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type CreateDataSourceRequest Modifier and Type Method Description default CompletableFuture<CreateDataSourceResponse>
AppSyncAsyncClient. createDataSource(CreateDataSourceRequest createDataSourceRequest)
Creates aDataSource
object.default CreateDataSourceResponse
AppSyncClient. createDataSource(CreateDataSourceRequest createDataSourceRequest)
Creates aDataSource
object. -
Uses of CreateDataSourceRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type CreateDataSourceRequest Modifier and Type Method Description SdkHttpFullRequest
CreateDataSourceRequestMarshaller. marshall(CreateDataSourceRequest createDataSourceRequest)
-