| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
GraphqlApi |
GraphqlApi.addDnsEntry(String key,
String value)
Add a single Dns entry
|
GraphqlApi |
GraphqlApi.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GraphqlApi |
GraphqlApi.addUrisEntry(String key,
String value)
Add a single Uris entry
|
GraphqlApi |
GraphqlApi.clearDnsEntries()
Removes all the entries added into Dns.
|
GraphqlApi |
GraphqlApi.clearTagsEntries()
Removes all the entries added into Tags.
|
GraphqlApi |
GraphqlApi.clearUrisEntries()
Removes all the entries added into Uris.
|
GraphqlApi |
GraphqlApi.clone() |
GraphqlApi |
GetGraphqlApiResult.getGraphqlApi()
The
GraphqlApi object. |
GraphqlApi |
CreateGraphqlApiResult.getGraphqlApi()
The
GraphqlApi. |
GraphqlApi |
UpdateGraphqlApiResult.getGraphqlApi()
The updated
GraphqlApi object. |
GraphqlApi |
GraphqlApi.withAdditionalAuthenticationProviders(AdditionalAuthenticationProvider... additionalAuthenticationProviders)
A list of additional authentication providers for the
GraphqlApi API. |
GraphqlApi |
GraphqlApi.withAdditionalAuthenticationProviders(Collection<AdditionalAuthenticationProvider> additionalAuthenticationProviders)
A list of additional authentication providers for the
GraphqlApi API. |
GraphqlApi |
GraphqlApi.withApiId(String apiId)
The API ID.
|
GraphqlApi |
GraphqlApi.withApiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
GraphqlApi |
GraphqlApi.withApiType(String apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
GraphqlApi |
GraphqlApi.withArn(String arn)
The Amazon Resource Name (ARN).
|
GraphqlApi |
GraphqlApi.withAuthenticationType(AuthenticationType authenticationType)
The authentication type.
|
GraphqlApi |
GraphqlApi.withAuthenticationType(String authenticationType)
The authentication type.
|
GraphqlApi |
GraphqlApi.withDns(Map<String,String> dns)
The DNS records for the API.
|
GraphqlApi |
GraphqlApi.withIntrospectionConfig(GraphQLApiIntrospectionConfig introspectionConfig)
Sets the value of the GraphQL API to enable (
ENABLED) or disable (DISABLED)
introspection. |
GraphqlApi |
GraphqlApi.withIntrospectionConfig(String introspectionConfig)
Sets the value of the GraphQL API to enable (
ENABLED) or disable (DISABLED)
introspection. |
GraphqlApi |
GraphqlApi.withLambdaAuthorizerConfig(LambdaAuthorizerConfig lambdaAuthorizerConfig)
Configuration for Lambda function authorization.
|
GraphqlApi |
GraphqlApi.withLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration.
|
GraphqlApi |
GraphqlApi.withMergedApiExecutionRoleArn(String mergedApiExecutionRoleArn)
The Identity and Access Management service role ARN for a merged API.
|
GraphqlApi |
GraphqlApi.withName(String name)
The API name.
|
GraphqlApi |
GraphqlApi.withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration.
|
GraphqlApi |
GraphqlApi.withOwner(String owner)
The account owner of the GraphQL API.
|
GraphqlApi |
GraphqlApi.withOwnerContact(String ownerContact)
The owner contact information for an API resource.
|
GraphqlApi |
GraphqlApi.withQueryDepthLimit(Integer queryDepthLimit)
The maximum depth a query can have in a single request.
|
GraphqlApi |
GraphqlApi.withResolverCountLimit(Integer resolverCountLimit)
The maximum number of resolvers that can be invoked in a single request.
|
GraphqlApi |
GraphqlApi.withTags(Map<String,String> tags)
The tags.
|
GraphqlApi |
GraphqlApi.withUris(Map<String,String> uris)
The URIs.
|
GraphqlApi |
GraphqlApi.withUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito user pool configuration.
|
GraphqlApi |
GraphqlApi.withVisibility(GraphQLApiVisibility visibility)
Sets the value of the GraphQL API to public (
GLOBAL) or private (PRIVATE). |
GraphqlApi |
GraphqlApi.withVisibility(String visibility)
Sets the value of the GraphQL API to public (
GLOBAL) or private (PRIVATE). |
GraphqlApi |
GraphqlApi.withWafWebAclArn(String wafWebAclArn)
The ARN of the WAF access control list (ACL) associated with this
GraphqlApi, if one exists. |
GraphqlApi |
GraphqlApi.withXrayEnabled(Boolean xrayEnabled)
A flag indicating whether to use X-Ray tracing for this
GraphqlApi. |
| Modifier and Type | Method and Description |
|---|---|
List<GraphqlApi> |
ListGraphqlApisResult.getGraphqlApis()
The
GraphqlApi objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetGraphqlApiResult.setGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi object. |
void |
CreateGraphqlApiResult.setGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi. |
void |
UpdateGraphqlApiResult.setGraphqlApi(GraphqlApi graphqlApi)
The updated
GraphqlApi object. |
GetGraphqlApiResult |
GetGraphqlApiResult.withGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi object. |
CreateGraphqlApiResult |
CreateGraphqlApiResult.withGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi. |
UpdateGraphqlApiResult |
UpdateGraphqlApiResult.withGraphqlApi(GraphqlApi graphqlApi)
The updated
GraphqlApi object. |
ListGraphqlApisResult |
ListGraphqlApisResult.withGraphqlApis(GraphqlApi... graphqlApis)
The
GraphqlApi objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGraphqlApisResult.setGraphqlApis(Collection<GraphqlApi> graphqlApis)
The
GraphqlApi objects. |
ListGraphqlApisResult |
ListGraphqlApisResult.withGraphqlApis(Collection<GraphqlApi> graphqlApis)
The
GraphqlApi objects. |
Copyright © 2024. All rights reserved.