| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
CloudComponentStatus |
CloudComponentStatus.addErrorsEntry(String key,
String value)
Add a single Errors entry
|
CloudComponentStatus |
CloudComponentStatus.clearErrorsEntries()
Removes all the entries added into Errors.
|
CloudComponentStatus |
CloudComponentStatus.clone() |
CloudComponentStatus |
CreateComponentVersionResult.getStatus()
The status of the component version in IoT Greengrass V2.
|
CloudComponentStatus |
DescribeComponentResult.getStatus()
The status of the component version in IoT Greengrass V2.
|
CloudComponentStatus |
CloudComponentStatus.withComponentState(CloudComponentState componentState)
The state of the component.
|
CloudComponentStatus |
CloudComponentStatus.withComponentState(String componentState)
The state of the component.
|
CloudComponentStatus |
CloudComponentStatus.withErrors(Map<String,String> errors)
A dictionary of errors that communicate why the component is in an error state.
|
CloudComponentStatus |
CloudComponentStatus.withMessage(String message)
A message that communicates details, such as errors, about the status of the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateComponentVersionResult.setStatus(CloudComponentStatus status)
The status of the component version in IoT Greengrass V2.
|
void |
DescribeComponentResult.setStatus(CloudComponentStatus status)
The status of the component version in IoT Greengrass V2.
|
CreateComponentVersionResult |
CreateComponentVersionResult.withStatus(CloudComponentStatus status)
The status of the component version in IoT Greengrass V2.
|
DescribeComponentResult |
DescribeComponentResult.withStatus(CloudComponentStatus status)
The status of the component version in IoT Greengrass V2.
|
Copyright © 2022. All rights reserved.