| Package | Description |
|---|---|
| com.amazonaws.services.iotroborunner.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
Destination.withAdditionalFixedProperties(String additionalFixedProperties) |
Destination |
Destination.withArn(String arn) |
Destination |
Destination.withCreatedAt(Date createdAt) |
Destination |
Destination.withId(String id) |
Destination |
Destination.withName(String name) |
Destination |
Destination.withSite(String site) |
Destination |
Destination.withState(DestinationState state) |
Destination |
Destination.withState(String state) |
Destination |
Destination.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
ListDestinationsResult.getDestinations() |
| Modifier and Type | Method and Description |
|---|---|
ListDestinationsResult |
ListDestinationsResult.withDestinations(Destination... destinations)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDestinationsResult.setDestinations(Collection<Destination> destinations) |
ListDestinationsResult |
ListDestinationsResult.withDestinations(Collection<Destination> destinations) |
Copyright © 2024. All rights reserved.