Uses of Class
software.amazon.awssdk.services.appsync.model.CreateGraphqlApiRequest
-
Packages that use CreateGraphqlApiRequest 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 CreateGraphqlApiRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type CreateGraphqlApiRequest Modifier and Type Method Description default CompletableFuture<CreateGraphqlApiResponse>
AppSyncAsyncClient. createGraphqlApi(CreateGraphqlApiRequest createGraphqlApiRequest)
Creates aGraphqlApi
object.default CreateGraphqlApiResponse
AppSyncClient. createGraphqlApi(CreateGraphqlApiRequest createGraphqlApiRequest)
Creates aGraphqlApi
object. -
Uses of CreateGraphqlApiRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type CreateGraphqlApiRequest Modifier and Type Method Description SdkHttpFullRequest
CreateGraphqlApiRequestMarshaller. marshall(CreateGraphqlApiRequest createGraphqlApiRequest)
-