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<UpdateGraphqlApiResult> |
AWSAppSyncAsync.updateGraphqlApiAsync(UpdateGraphqlApiRequest updateGraphqlApiRequest,
AsyncHandler<UpdateGraphqlApiRequest,UpdateGraphqlApiResult> asyncHandler)
Updates a
GraphqlApi object. |
Future<UpdateGraphqlApiResult> |
AbstractAWSAppSyncAsync.updateGraphqlApiAsync(UpdateGraphqlApiRequest request,
AsyncHandler<UpdateGraphqlApiRequest,UpdateGraphqlApiResult> asyncHandler) |
Future<UpdateGraphqlApiResult> |
AWSAppSyncAsyncClient.updateGraphqlApiAsync(UpdateGraphqlApiRequest request,
AsyncHandler<UpdateGraphqlApiRequest,UpdateGraphqlApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.clone() |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withAdditionalAuthenticationProviders(AdditionalAuthenticationProvider... additionalAuthenticationProviders)
A list of additional authentication providers for the
GraphqlApi API. |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withAdditionalAuthenticationProviders(Collection<AdditionalAuthenticationProvider> additionalAuthenticationProviders)
A list of additional authentication providers for the
GraphqlApi API. |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withApiId(String apiId)
The API ID.
|
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withAuthenticationType(AuthenticationType authenticationType)
The new authentication type for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withAuthenticationType(String authenticationType)
The new authentication type for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withLambdaAuthorizerConfig(LambdaAuthorizerConfig lambdaAuthorizerConfig)
Configuration for Lambda function authorization.
|
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withName(String name)
The new name for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withUserPoolConfig(UserPoolConfig userPoolConfig)
The new Amazon Cognito user pool configuration for the
~GraphqlApi object. |
UpdateGraphqlApiRequest |
UpdateGraphqlApiRequest.withXrayEnabled(Boolean xrayEnabled)
A flag indicating whether to use X-Ray tracing for the
GraphqlApi . |
Copyright © 2022. All rights reserved.