| 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 GetTypeResponse |
AppSyncClient.getType(Consumer<GetTypeRequest.Builder> getTypeRequest)
Retrieves a
Type object. |
default GetTypeResponse |
AppSyncClient.getType(GetTypeRequest getTypeRequest)
Retrieves a
Type object. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTypeResponse> |
AppSyncAsyncClient.getType(Consumer<GetTypeRequest.Builder> getTypeRequest)
Retrieves a
Type object. |
default CompletableFuture<GetTypeResponse> |
AppSyncAsyncClient.getType(GetTypeRequest getTypeRequest)
Retrieves a
Type object. |
Copyright © 2022. All rights reserved.