| 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 |
|---|---|
GetSourceApiAssociationResult |
AWSAppSyncClient.getSourceApiAssociation(GetSourceApiAssociationRequest request)
Retrieves a
SourceApiAssociation object. |
GetSourceApiAssociationResult |
AbstractAWSAppSync.getSourceApiAssociation(GetSourceApiAssociationRequest request) |
GetSourceApiAssociationResult |
AWSAppSync.getSourceApiAssociation(GetSourceApiAssociationRequest getSourceApiAssociationRequest)
Retrieves a
SourceApiAssociation object. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSourceApiAssociationResult> |
AbstractAWSAppSyncAsync.getSourceApiAssociationAsync(GetSourceApiAssociationRequest request,
AsyncHandler<GetSourceApiAssociationRequest,GetSourceApiAssociationResult> asyncHandler) |
Future<GetSourceApiAssociationResult> |
AWSAppSyncAsync.getSourceApiAssociationAsync(GetSourceApiAssociationRequest getSourceApiAssociationRequest,
AsyncHandler<GetSourceApiAssociationRequest,GetSourceApiAssociationResult> asyncHandler)
Retrieves a
SourceApiAssociation object. |
Future<GetSourceApiAssociationResult> |
AWSAppSyncAsyncClient.getSourceApiAssociationAsync(GetSourceApiAssociationRequest request,
AsyncHandler<GetSourceApiAssociationRequest,GetSourceApiAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSourceApiAssociationResult |
GetSourceApiAssociationResult.clone() |
GetSourceApiAssociationResult |
GetSourceApiAssociationResult.withSourceApiAssociation(SourceApiAssociation sourceApiAssociation)
The
SourceApiAssociation object data. |
Copyright © 2024. All rights reserved.