| 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> |
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.
|
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.
|
| 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.
|
Copyright © 2022. All rights reserved.