| Package | Description |
|---|---|
| com.amazonaws.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
StartSchemaMergeResult |
AWSAppSyncClient.startSchemaMerge(StartSchemaMergeRequest request)
Initiates a merge operation.
|
StartSchemaMergeResult |
AbstractAWSAppSync.startSchemaMerge(StartSchemaMergeRequest request) |
StartSchemaMergeResult |
AWSAppSync.startSchemaMerge(StartSchemaMergeRequest startSchemaMergeRequest)
Initiates a merge operation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartSchemaMergeResult> |
AbstractAWSAppSyncAsync.startSchemaMergeAsync(StartSchemaMergeRequest request,
AsyncHandler<StartSchemaMergeRequest,StartSchemaMergeResult> asyncHandler) |
Future<StartSchemaMergeResult> |
AWSAppSyncAsyncClient.startSchemaMergeAsync(StartSchemaMergeRequest request,
AsyncHandler<StartSchemaMergeRequest,StartSchemaMergeResult> asyncHandler) |
Future<StartSchemaMergeResult> |
AWSAppSyncAsync.startSchemaMergeAsync(StartSchemaMergeRequest startSchemaMergeRequest,
AsyncHandler<StartSchemaMergeRequest,StartSchemaMergeResult> asyncHandler)
Initiates a merge operation.
|
| Modifier and Type | Method and Description |
|---|---|
StartSchemaMergeResult |
StartSchemaMergeResult.clone() |
StartSchemaMergeResult |
StartSchemaMergeResult.withSourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)
The state of the source API association.
|
StartSchemaMergeResult |
StartSchemaMergeResult.withSourceApiAssociationStatus(String sourceApiAssociationStatus)
The state of the source API association.
|
Copyright © 2023. All rights reserved.