| 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.withLogConfig(LogConfig logConfig)
The Amazon CloudWatch logs configuration.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withName(String name)
A user-supplied name for the
GraphqlApi. |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The Open Id Connect configuration configuration.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito User Pool configuration.
|
Copyright © 2018. All rights reserved.