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> |
AWSAppSyncAsync.createGraphqlApiAsync(CreateGraphqlApiRequest createGraphqlApiRequest,
AsyncHandler<CreateGraphqlApiRequest,CreateGraphqlApiResult> asyncHandler)
Creates a
GraphqlApi object. |
Future<CreateGraphqlApiResult> |
AbstractAWSAppSyncAsync.createGraphqlApiAsync(CreateGraphqlApiRequest request,
AsyncHandler<CreateGraphqlApiRequest,CreateGraphqlApiResult> asyncHandler) |
Future<CreateGraphqlApiResult> |
AWSAppSyncAsyncClient.createGraphqlApiAsync(CreateGraphqlApiRequest request,
AsyncHandler<CreateGraphqlApiRequest,CreateGraphqlApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.addTagsEntry(String key,
String value) |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.clone() |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withAdditionalAuthenticationProviders(AdditionalAuthenticationProvider... additionalAuthenticationProviders)
A list of additional authentication providers for the
GraphqlApi API. |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withAdditionalAuthenticationProviders(Collection<AdditionalAuthenticationProvider> additionalAuthenticationProviders)
A list of additional authentication providers for the
GraphqlApi API. |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withAuthenticationType(AuthenticationType authenticationType)
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withAuthenticationType(String authenticationType)
The authentication type: API key, AWS IAM, OIDC, 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 OpenID Connect configuration.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withTags(Map<String,String> tags)
A
TagMap object. |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito user pool configuration.
|
Copyright © 2019. All rights reserved.