Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
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.clearTagsEntries()
Removes all the entries added into Tags.
|
GraphqlApi |
GraphqlApi.clearUrisEntries()
Removes all the entries added into Uris.
|
GraphqlApi |
GraphqlApi.clone() |
GraphqlApi |
CreateGraphqlApiResult.getGraphqlApi()
The
GraphqlApi . |
GraphqlApi |
GetGraphqlApiResult.getGraphqlApi()
The
GraphqlApi object. |
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.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.withLambdaAuthorizerConfig(LambdaAuthorizerConfig lambdaAuthorizerConfig)
Configuration for Lambda function authorization.
|
GraphqlApi |
GraphqlApi.withLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration.
|
GraphqlApi |
GraphqlApi.withName(String name)
The API name.
|
GraphqlApi |
GraphqlApi.withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration.
|
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.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 |
CreateGraphqlApiResult.setGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi . |
void |
GetGraphqlApiResult.setGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi object. |
void |
UpdateGraphqlApiResult.setGraphqlApi(GraphqlApi graphqlApi)
The updated
GraphqlApi object. |
CreateGraphqlApiResult |
CreateGraphqlApiResult.withGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi . |
GetGraphqlApiResult |
GetGraphqlApiResult.withGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi object. |
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 © 2022. All rights reserved.