| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
| Modifier and Type | Method and Description |
|---|---|
default StartSchemaMergeResponse |
AppSyncClient.startSchemaMerge(Consumer<StartSchemaMergeRequest.Builder> startSchemaMergeRequest)
Initiates a merge operation.
|
default StartSchemaMergeResponse |
AppSyncClient.startSchemaMerge(StartSchemaMergeRequest startSchemaMergeRequest)
Initiates a merge operation.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.