| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
Type |
Type.clone() |
Type |
CreateTypeResult.getType()
The
Type object. |
Type |
GetTypeResult.getType()
The
Type object. |
Type |
UpdateTypeResult.getType()
The updated
Type object. |
Type |
Type.withArn(String arn)
The type Amazon Resource Name (ARN).
|
Type |
Type.withDefinition(String definition)
The type definition.
|
Type |
Type.withDescription(String description)
The type description.
|
Type |
Type.withFormat(String format)
The type format: SDL or JSON.
|
Type |
Type.withFormat(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
Type |
Type.withName(String name)
The type name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
ListTypesByAssociationResult.getTypes()
The
Type objects. |
List<Type> |
ListTypesResult.getTypes()
The
Type objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTypeResult.setType(Type type)
The
Type object. |
void |
GetTypeResult.setType(Type type)
The
Type object. |
void |
UpdateTypeResult.setType(Type type)
The updated
Type object. |
CreateTypeResult |
CreateTypeResult.withType(Type type)
The
Type object. |
GetTypeResult |
GetTypeResult.withType(Type type)
The
Type object. |
UpdateTypeResult |
UpdateTypeResult.withType(Type type)
The updated
Type object. |
ListTypesByAssociationResult |
ListTypesByAssociationResult.withTypes(Type... types)
The
Type objects. |
ListTypesResult |
ListTypesResult.withTypes(Type... types)
The
Type objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTypesByAssociationResult.setTypes(Collection<Type> types)
The
Type objects. |
void |
ListTypesResult.setTypes(Collection<Type> types)
The
Type objects. |
ListTypesByAssociationResult |
ListTypesByAssociationResult.withTypes(Collection<Type> types)
The
Type objects. |
ListTypesResult |
ListTypesResult.withTypes(Collection<Type> types)
The
Type objects. |
Copyright © 2024. All rights reserved.