| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static GraphQLApiVisibility |
GraphQLApiVisibility.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static GraphQLApiVisibility |
GraphQLApiVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphQLApiVisibility[] |
GraphQLApiVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
GraphQLApiVisibility |
CreateGraphqlApiRequest.visibility()
Sets the value of the GraphQL API to public (
GLOBAL) or private (PRIVATE). |
GraphQLApiVisibility |
GraphqlApi.visibility()
Sets the value of the GraphQL API to public (
GLOBAL) or private (PRIVATE). |
| Modifier and Type | Method and Description |
|---|---|
static Set<GraphQLApiVisibility> |
GraphQLApiVisibility.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateGraphqlApiRequest.Builder |
CreateGraphqlApiRequest.Builder.visibility(GraphQLApiVisibility visibility)
Sets the value of the GraphQL API to public (
GLOBAL) or private (PRIVATE). |
GraphqlApi.Builder |
GraphqlApi.Builder.visibility(GraphQLApiVisibility visibility)
Sets the value of the GraphQL API to public (
GLOBAL) or private (PRIVATE). |
Copyright © 2023. All rights reserved.