Uses of Class
software.amazon.awssdk.services.appsync.model.StartSchemaCreationRequest
-
Packages that use StartSchemaCreationRequest 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 StartSchemaCreationRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type StartSchemaCreationRequest Modifier and Type Method Description default CompletableFuture<StartSchemaCreationResponse>AppSyncAsyncClient. startSchemaCreation(StartSchemaCreationRequest startSchemaCreationRequest)Adds a new schema to your GraphQL API.default StartSchemaCreationResponseAppSyncClient. startSchemaCreation(StartSchemaCreationRequest startSchemaCreationRequest)Adds a new schema to your GraphQL API. -
Uses of StartSchemaCreationRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type StartSchemaCreationRequest Modifier and Type Method Description SdkHttpFullRequestStartSchemaCreationRequestMarshaller. marshall(StartSchemaCreationRequest startSchemaCreationRequest)
-