| Package | Description |
|---|---|
| com.amazonaws.services.iotroborunner.model |
| Modifier and Type | Method and Description |
|---|---|
Worker |
Worker.clone() |
Worker |
Worker.withAdditionalFixedProperties(String additionalFixedProperties) |
Worker |
Worker.withAdditionalTransientProperties(String additionalTransientProperties) |
Worker |
Worker.withArn(String arn) |
Worker |
Worker.withCreatedAt(Date createdAt) |
Worker |
Worker.withFleet(String fleet) |
Worker |
Worker.withId(String id) |
Worker |
Worker.withName(String name) |
Worker |
Worker.withOrientation(Orientation orientation) |
Worker |
Worker.withPosition(PositionCoordinates position) |
Worker |
Worker.withSite(String site) |
Worker |
Worker.withUpdatedAt(Date updatedAt) |
Worker |
Worker.withVendorProperties(VendorProperties vendorProperties) |
| Modifier and Type | Method and Description |
|---|---|
List<Worker> |
ListWorkersResult.getWorkers() |
| Modifier and Type | Method and Description |
|---|---|
ListWorkersResult |
ListWorkersResult.withWorkers(Worker... workers)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkersResult.setWorkers(Collection<Worker> workers) |
ListWorkersResult |
ListWorkersResult.withWorkers(Collection<Worker> workers) |
Copyright © 2024. All rights reserved.