| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectType
(experimental) Object Types are types declared by you.
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceType |
InterfaceType.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
default List<InterfaceType> |
IIntermediateType.getInterfaceTypes()
(experimental) The Interface Types this Intermediate Type implements.
|
List<InterfaceType> |
IIntermediateType.Jsii$Proxy.getInterfaceTypes()
(experimental) The Interface Types this Intermediate Type implements.
|
default List<InterfaceType> |
IIntermediateType.Jsii$Default.getInterfaceTypes()
(experimental) The Interface Types this Intermediate Type implements.
|
default List<InterfaceType> |
ObjectTypeOptions.getInterfaceTypes()
(experimental) The Interface Types this Object Type implements.
|
List<InterfaceType> |
ObjectTypeOptions.Jsii$Proxy.getInterfaceTypes() |
List<InterfaceType> |
ObjectType.getInterfaceTypes()
(experimental) The Interface Types this Object Type implements.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeOptions.Builder |
ObjectTypeOptions.Builder.interfaceTypes(List<? extends InterfaceType> interfaceTypes)
Sets the value of
ObjectTypeOptions.getInterfaceTypes() |
ObjectType.Builder |
ObjectType.Builder.interfaceTypes(List<? extends InterfaceType> interfaceTypes)
(experimental) The Interface Types this Object Type implements.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends InterfaceType> interfaceTypes,
Map<String,? extends IField> definition,
List<? extends Directive> directives)
Constructor that initializes the object based on literal property values passed by the
ObjectTypeOptions.Builder. |
Copyright © 2021. All rights reserved.