| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static TypeDefinitionFormat |
TypeDefinitionFormat.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateTypeRequest |
UpdateTypeRequest.withFormat(TypeDefinitionFormat format)
The new type format: SDL or JSON.
|
ListTypesByAssociationRequest |
ListTypesByAssociationRequest.withFormat(TypeDefinitionFormat format)
The format type.
|
ListTypesRequest |
ListTypesRequest.withFormat(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
CreateTypeRequest |
CreateTypeRequest.withFormat(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
GetTypeRequest |
GetTypeRequest.withFormat(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
Type |
Type.withFormat(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
Copyright © 2024. All rights reserved.