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