| 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 ListGraphqlApisResponse |
AppSyncClient.listGraphqlApis()
Lists your GraphQL APIs.
|
default ListGraphqlApisResponse |
AppSyncClient.listGraphqlApis(Consumer<ListGraphqlApisRequest.Builder> listGraphqlApisRequest)
Lists your GraphQL APIs.
|
default ListGraphqlApisResponse |
AppSyncClient.listGraphqlApis(ListGraphqlApisRequest listGraphqlApisRequest)
Lists your GraphQL APIs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGraphqlApisResponse> |
AppSyncAsyncClient.listGraphqlApis()
Lists your GraphQL APIs.
|
default CompletableFuture<ListGraphqlApisResponse> |
AppSyncAsyncClient.listGraphqlApis(Consumer<ListGraphqlApisRequest.Builder> listGraphqlApisRequest)
Lists your GraphQL APIs.
|
default CompletableFuture<ListGraphqlApisResponse> |
AppSyncAsyncClient.listGraphqlApis(ListGraphqlApisRequest listGraphqlApisRequest)
Lists your GraphQL APIs.
|
Copyright © 2020. All rights reserved.