Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
GraphqlApi |
GraphqlApi.addUrisEntry(String key,
String value) |
GraphqlApi |
GraphqlApi.clearUrisEntries()
Removes all the entries added into Uris.
|
GraphqlApi |
GraphqlApi.clone() |
GraphqlApi |
CreateGraphqlApiResult.getGraphqlApi()
The
GraphqlApi . |
GraphqlApi |
UpdateGraphqlApiResult.getGraphqlApi()
The udpated
GraphqlApi object. |
GraphqlApi |
GetGraphqlApiResult.getGraphqlApi()
The
GraphqlApi object. |
GraphqlApi |
GraphqlApi.withApiId(String apiId)
The API ID.
|
GraphqlApi |
GraphqlApi.withArn(String arn)
The ARN.
|
GraphqlApi |
GraphqlApi.withAuthenticationType(AuthenticationType authenticationType)
The authentication type.
|
GraphqlApi |
GraphqlApi.withAuthenticationType(String authenticationType)
The authentication type.
|
GraphqlApi |
GraphqlApi.withName(String name)
The API name.
|
GraphqlApi |
GraphqlApi.withUris(Map<String,String> uris)
The URIs.
|
GraphqlApi |
GraphqlApi.withUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito User Pool configuration.
|
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 |
UpdateGraphqlApiResult.setGraphqlApi(GraphqlApi graphqlApi)
The udpated
GraphqlApi object. |
void |
GetGraphqlApiResult.setGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi object. |
CreateGraphqlApiResult |
CreateGraphqlApiResult.withGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi . |
UpdateGraphqlApiResult |
UpdateGraphqlApiResult.withGraphqlApi(GraphqlApi graphqlApi)
The udpated
GraphqlApi object. |
GetGraphqlApiResult |
GetGraphqlApiResult.withGraphqlApi(GraphqlApi graphqlApi)
The
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 © 2017. All rights reserved.