Uses of Class
software.amazon.awssdk.services.appsync.model.StartSchemaMergeResponse
-
Packages that use StartSchemaMergeResponse 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 StartSchemaMergeResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return StartSchemaMergeResponse Modifier and Type Method Description default StartSchemaMergeResponseAppSyncClient. startSchemaMerge(Consumer<StartSchemaMergeRequest.Builder> startSchemaMergeRequest)Initiates a merge operation.default StartSchemaMergeResponseAppSyncClient. startSchemaMerge(StartSchemaMergeRequest startSchemaMergeRequest)Initiates a merge operation.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type StartSchemaMergeResponse Modifier and Type Method Description default CompletableFuture<StartSchemaMergeResponse>AppSyncAsyncClient. startSchemaMerge(Consumer<StartSchemaMergeRequest.Builder> startSchemaMergeRequest)Initiates a merge operation.default CompletableFuture<StartSchemaMergeResponse>AppSyncAsyncClient. startSchemaMerge(StartSchemaMergeRequest startSchemaMergeRequest)Initiates a merge operation.
-