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