Uses of Interface
software.amazon.awssdk.services.appsync.model.StartSchemaCreationRequest.Builder
-
Packages that use StartSchemaCreationRequest.Builder 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.model -
-
Uses of StartSchemaCreationRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type StartSchemaCreationRequest.Builder Modifier and Type Method Description default CompletableFuture<StartSchemaCreationResponse>AppSyncAsyncClient. startSchemaCreation(Consumer<StartSchemaCreationRequest.Builder> startSchemaCreationRequest)Adds a new schema to your GraphQL API.default StartSchemaCreationResponseAppSyncClient. startSchemaCreation(Consumer<StartSchemaCreationRequest.Builder> startSchemaCreationRequest)Adds a new schema to your GraphQL API. -
Uses of StartSchemaCreationRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return StartSchemaCreationRequest.Builder Modifier and Type Method Description StartSchemaCreationRequest.BuilderStartSchemaCreationRequest.Builder. apiId(String apiId)The API ID.static StartSchemaCreationRequest.BuilderStartSchemaCreationRequest. builder()StartSchemaCreationRequest.BuilderStartSchemaCreationRequest.Builder. definition(SdkBytes definition)The schema definition, in GraphQL schema language format.StartSchemaCreationRequest.BuilderStartSchemaCreationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartSchemaCreationRequest.BuilderStartSchemaCreationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartSchemaCreationRequest.BuilderStartSchemaCreationRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type StartSchemaCreationRequest.Builder Modifier and Type Method Description static Class<? extends StartSchemaCreationRequest.Builder>StartSchemaCreationRequest. serializableBuilderClass()
-