| 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 |
|---|---|
Future<ListGraphqlApisResult> |
AWSAppSyncAsyncClient.listGraphqlApisAsync(ListGraphqlApisRequest request,
AsyncHandler<ListGraphqlApisRequest,ListGraphqlApisResult> asyncHandler) |
Future<ListGraphqlApisResult> |
AbstractAWSAppSyncAsync.listGraphqlApisAsync(ListGraphqlApisRequest request,
AsyncHandler<ListGraphqlApisRequest,ListGraphqlApisResult> asyncHandler) |
Future<ListGraphqlApisResult> |
AWSAppSyncAsync.listGraphqlApisAsync(ListGraphqlApisRequest listGraphqlApisRequest,
AsyncHandler<ListGraphqlApisRequest,ListGraphqlApisResult> asyncHandler)
Lists your GraphQL APIs.
|
| Modifier and Type | Method and Description |
|---|---|
ListGraphqlApisRequest |
ListGraphqlApisRequest.clone() |
ListGraphqlApisRequest |
ListGraphqlApisRequest.withApiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
ListGraphqlApisRequest |
ListGraphqlApisRequest.withApiType(String apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
ListGraphqlApisRequest |
ListGraphqlApisRequest.withMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListGraphqlApisRequest |
ListGraphqlApisRequest.withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next
set of items in the list.
|
ListGraphqlApisRequest |
ListGraphqlApisRequest.withOwner(Ownership owner)
The account owner of the GraphQL API.
|
ListGraphqlApisRequest |
ListGraphqlApisRequest.withOwner(String owner)
The account owner of the GraphQL API.
|
Copyright © 2024. All rights reserved.