| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
FunctionRequest |
FunctionRequest.clone() |
FunctionRequest |
FunctionRequest.withImplementedBy(DataConnector implementedBy)
The data connector.
|
FunctionRequest |
FunctionRequest.withRequiredProperties(Collection<String> requiredProperties)
The required properties of the function.
|
FunctionRequest |
FunctionRequest.withRequiredProperties(String... requiredProperties)
The required properties of the function.
|
FunctionRequest |
FunctionRequest.withScope(Scope scope)
The scope of the function.
|
FunctionRequest |
FunctionRequest.withScope(String scope)
The scope of the function.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FunctionRequest> |
UpdateComponentTypeRequest.getFunctions()
An object that maps strings to the functions in the component type.
|
Map<String,FunctionRequest> |
CreateComponentTypeRequest.getFunctions()
An object that maps strings to the functions in the component type.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.addFunctionsEntry(String key,
FunctionRequest value)
Add a single Functions entry
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.addFunctionsEntry(String key,
FunctionRequest value)
Add a single Functions entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateComponentTypeRequest.setFunctions(Map<String,FunctionRequest> functions)
An object that maps strings to the functions in the component type.
|
void |
CreateComponentTypeRequest.setFunctions(Map<String,FunctionRequest> functions)
An object that maps strings to the functions in the component type.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withFunctions(Map<String,FunctionRequest> functions)
An object that maps strings to the functions in the component type.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withFunctions(Map<String,FunctionRequest> functions)
An object that maps strings to the functions in the component type.
|
Copyright © 2023. All rights reserved.