| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueEntry |
BatchPutPropertyError.entry()
An object that contains information about errors returned by the
BatchPutProperty action. |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValueEntry> |
BatchPutPropertyValuesRequest.entries()
An object that maps strings to the property value entries to set.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.Builder.entries(PropertyValueEntry... entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyError.Builder |
BatchPutPropertyError.Builder.entry(PropertyValueEntry entry)
An object that contains information about errors returned by the
BatchPutProperty action. |
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.Builder.entries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set.
|
Copyright © 2022. All rights reserved.