| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
Type |
GetTypeResponse.type()
The
Type object. |
Type |
CreateTypeResponse.type()
The
Type object. |
Type |
UpdateTypeResponse.type()
The updated
Type object. |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
ListTypesResponse.types()
The
Type objects. |
| Modifier and Type | Method and Description |
|---|---|
GetTypeResponse.Builder |
GetTypeResponse.Builder.type(Type type)
The
Type object. |
CreateTypeResponse.Builder |
CreateTypeResponse.Builder.type(Type type)
The
Type object. |
UpdateTypeResponse.Builder |
UpdateTypeResponse.Builder.type(Type type)
The updated
Type object. |
ListTypesResponse.Builder |
ListTypesResponse.Builder.types(Type... types)
The
Type objects. |
| Modifier and Type | Method and Description |
|---|---|
ListTypesResponse.Builder |
ListTypesResponse.Builder.types(Collection<Type> types)
The
Type objects. |
Copyright © 2022. All rights reserved.