| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
AssociateClientDeviceWithCoreDeviceErrorEntry |
AssociateClientDeviceWithCoreDeviceErrorEntry.clone() |
AssociateClientDeviceWithCoreDeviceErrorEntry |
AssociateClientDeviceWithCoreDeviceErrorEntry.withCode(String code)
The error code for the request.
|
AssociateClientDeviceWithCoreDeviceErrorEntry |
AssociateClientDeviceWithCoreDeviceErrorEntry.withMessage(String message)
A message that provides additional information about the error.
|
AssociateClientDeviceWithCoreDeviceErrorEntry |
AssociateClientDeviceWithCoreDeviceErrorEntry.withThingName(String thingName)
The name of the IoT thing whose associate request failed.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociateClientDeviceWithCoreDeviceErrorEntry> |
BatchAssociateClientDeviceWithCoreDeviceResult.getErrorEntries()
The list of any errors for the entries in the request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateClientDeviceWithCoreDeviceResult |
BatchAssociateClientDeviceWithCoreDeviceResult.withErrorEntries(AssociateClientDeviceWithCoreDeviceErrorEntry... errorEntries)
The list of any errors for the entries in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAssociateClientDeviceWithCoreDeviceResult.setErrorEntries(Collection<AssociateClientDeviceWithCoreDeviceErrorEntry> errorEntries)
The list of any errors for the entries in the request.
|
BatchAssociateClientDeviceWithCoreDeviceResult |
BatchAssociateClientDeviceWithCoreDeviceResult.withErrorEntries(Collection<AssociateClientDeviceWithCoreDeviceErrorEntry> errorEntries)
The list of any errors for the entries in the request.
|
Copyright © 2022. All rights reserved.