| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Site |
Site.clone() |
Site |
UpdateSiteResult.getSite()
Information about the site.
|
Site |
DeleteSiteResult.getSite()
Information about the site.
|
Site |
CreateSiteResult.getSite()
Information about the site.
|
Site |
Site.withCreatedAt(Date createdAt)
The date and time that the site was created.
|
Site |
Site.withDescription(String description)
The description of the site.
|
Site |
Site.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
Site |
Site.withLocation(Location location)
The location of the site.
|
Site |
Site.withSiteArn(String siteArn)
The Amazon Resource Name (ARN) of the site.
|
Site |
Site.withSiteId(String siteId)
The ID of the site.
|
Site |
Site.withState(SiteState state)
The state of the site.
|
Site |
Site.withState(String state)
The state of the site.
|
Site |
Site.withTags(Collection<Tag> tags)
The tags for the site.
|
Site |
Site.withTags(Tag... tags)
The tags for the site.
|
| Modifier and Type | Method and Description |
|---|---|
List<Site> |
GetSitesResult.getSites()
The sites.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSiteResult.setSite(Site site)
Information about the site.
|
void |
DeleteSiteResult.setSite(Site site)
Information about the site.
|
void |
CreateSiteResult.setSite(Site site)
Information about the site.
|
UpdateSiteResult |
UpdateSiteResult.withSite(Site site)
Information about the site.
|
DeleteSiteResult |
DeleteSiteResult.withSite(Site site)
Information about the site.
|
CreateSiteResult |
CreateSiteResult.withSite(Site site)
Information about the site.
|
GetSitesResult |
GetSitesResult.withSites(Site... sites)
The sites.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSitesResult.setSites(Collection<Site> sites)
The sites.
|
GetSitesResult |
GetSitesResult.withSites(Collection<Site> sites)
The sites.
|
Copyright © 2025. All rights reserved.