| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync |
AWS AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateTypeResponse |
AppSyncClient.createType(Consumer<CreateTypeRequest.Builder> createTypeRequest)
Creates a
Type object. |
default CreateTypeResponse |
AppSyncClient.createType(CreateTypeRequest createTypeRequest)
Creates a
Type object. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateTypeResponse> |
AppSyncAsyncClient.createType(Consumer<CreateTypeRequest.Builder> createTypeRequest)
Creates a
Type object. |
default CompletableFuture<CreateTypeResponse> |
AppSyncAsyncClient.createType(CreateTypeRequest createTypeRequest)
Creates a
Type object. |
Copyright © 2020. All rights reserved.