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