| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionFormat |
GetTypeRequest.format()
The type format: SDL or JSON.
|
TypeDefinitionFormat |
ListTypesRequest.format()
The type format: SDL or JSON.
|
TypeDefinitionFormat |
CreateTypeRequest.format()
The type format: SDL or JSON.
|
TypeDefinitionFormat |
UpdateTypeRequest.format()
The new type format: SDL or JSON.
|
TypeDefinitionFormat |
Type.format()
The type format: SDL or JSON.
|
static TypeDefinitionFormat |
TypeDefinitionFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TypeDefinitionFormat |
TypeDefinitionFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDefinitionFormat[] |
TypeDefinitionFormat.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<TypeDefinitionFormat> |
TypeDefinitionFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetTypeRequest.Builder |
GetTypeRequest.Builder.format(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
ListTypesRequest.Builder |
ListTypesRequest.Builder.format(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
CreateTypeRequest.Builder |
CreateTypeRequest.Builder.format(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
UpdateTypeRequest.Builder |
UpdateTypeRequest.Builder.format(TypeDefinitionFormat format)
The new type format: SDL or JSON.
|
Type.Builder |
Type.Builder.format(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
Copyright © 2020. All rights reserved.