| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AddFieldOptions.Jsii$Proxy
An implementation for
AddFieldOptions |
| Modifier and Type | Method and Description |
|---|---|
AddFieldOptions |
AddFieldOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceType.addField(AddFieldOptions options)
(experimental) Add a field to this Interface Type.
|
void |
ObjectType.addField(AddFieldOptions options)
(experimental) Add a field to this Object Type.
|
void |
InputType.addField(AddFieldOptions options)
(experimental) Add a field to this Input Type.
|
void |
IIntermediateType.addField(AddFieldOptions options)
(experimental) Add a field to this Intermediate Type.
|
void |
IIntermediateType.Jsii$Proxy.addField(AddFieldOptions options)
(experimental) Add a field to this Intermediate Type.
|
default void |
IIntermediateType.Jsii$Default.addField(AddFieldOptions options)
(experimental) Add a field to this Intermediate Type.
|
void |
UnionType.addField(AddFieldOptions options)
(experimental) Add a field to this Union Type.
|
void |
EnumType.addField(AddFieldOptions options)
(experimental) Add a field to this Enum Type.
|
Copyright © 2022. All rights reserved.