| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static GraphQLApiVisibility |
GraphQLApiVisibility.fromValue(String value)
Use this in place of valueOf.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGraphqlApiRequest |
CreateGraphqlApiRequest.withVisibility(GraphQLApiVisibility visibility)
Sets the value of the GraphQL API to public (
GLOBAL) or private (PRIVATE). |
GraphqlApi |
GraphqlApi.withVisibility(GraphQLApiVisibility visibility)
Sets the value of the GraphQL API to public (
GLOBAL) or private (PRIVATE). |
Copyright © 2025. All rights reserved.