Package | Description |
---|---|
com.amazonaws.services.appsync |
AWS 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<CreateGraphqlApiResult> |
AWSAppSyncAsyncClient.createGraphqlApiAsync(CreateGraphqlApiRequest request,
AsyncHandler<CreateGraphqlApiRequest,CreateGraphqlApiResult> asyncHandler) |
Future<CreateGraphqlApiResult> |
AbstractAWSAppSyncAsync.createGraphqlApiAsync(CreateGraphqlApiRequest request,
AsyncHandler<CreateGraphqlApiRequest,CreateGraphqlApiResult> asyncHandler) |
Future<CreateGraphqlApiResult> |
AWSAppSyncAsync.createGraphqlApiAsync(CreateGraphqlApiRequest createGraphqlApiRequest,
AsyncHandler<CreateGraphqlApiRequest,CreateGraphqlApiResult> asyncHandler)
Creates a
GraphqlApi object. |
Modifier and Type | Method and Description |
---|---|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.clone() |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withAuthenticationType(AuthenticationType authenticationType)
The authentication type: API key, IAM, or Amazon Cognito User Pools.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withAuthenticationType(String authenticationType)
The authentication type: API key, IAM, or Amazon Cognito User Pools.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withName(String name)
A user-supplied name for the
GraphqlApi . |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito User Pool configuration.
|
Copyright © 2017. All rights reserved.