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<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)
Add a single Tags entry
|
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, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito
user pools, or Lambda.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withAuthenticationType(String authenticationType)
The authentication type: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito
user pools, or Lambda.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withLambdaAuthorizerConfig(LambdaAuthorizerConfig lambdaAuthorizerConfig)
Configuration for Lambda function authorization.
|
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 OIDC configuration.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withTags(Map<String,String> tags)
A
TagMap object. |
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito user pool configuration.
|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withXrayEnabled(Boolean xrayEnabled)
A flag indicating whether to use X-Ray tracing for the
GraphqlApi . |
Copyright © 2022. All rights reserved.