| Package | Description |
|---|---|
| com.amazonaws.services.iotroborunner.model |
| Modifier and Type | Method and Description |
|---|---|
Site |
Site.clone() |
Site |
Site.withArn(String arn) |
Site |
Site.withCountryCode(String countryCode) |
Site |
Site.withCreatedAt(Date createdAt) |
Site |
Site.withName(String name)
The name of the site.
|
| Modifier and Type | Method and Description |
|---|---|
List<Site> |
ListSitesResult.getSites() |
| Modifier and Type | Method and Description |
|---|---|
ListSitesResult |
ListSitesResult.withSites(Site... sites)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSitesResult.setSites(Collection<Site> sites) |
ListSitesResult |
ListSitesResult.withSites(Collection<Site> sites) |
Copyright © 2023. All rights reserved.