| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Site |
Site.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Site |
Site.clearTagsEntries()
Removes all the entries added into Tags.
|
Site |
Site.clone() |
Site |
Site.withAccountId(String accountId) |
Site |
Site.withDescription(String description) |
Site |
Site.withName(String name) |
Site |
Site.withSiteId(String siteId) |
Site |
Site.withTags(Map<String,String> tags)
The site tags.
|
| 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 © 2021. All rights reserved.