| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Outpost |
Outpost.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Outpost |
Outpost.clearTagsEntries()
Removes all the entries added into Tags.
|
Outpost |
Outpost.clone() |
Outpost |
CreateOutpostResult.getOutpost() |
Outpost |
UpdateOutpostResult.getOutpost() |
Outpost |
GetOutpostResult.getOutpost() |
Outpost |
Outpost.withAvailabilityZone(String availabilityZone) |
Outpost |
Outpost.withAvailabilityZoneId(String availabilityZoneId) |
Outpost |
Outpost.withDescription(String description) |
Outpost |
Outpost.withLifeCycleStatus(String lifeCycleStatus) |
Outpost |
Outpost.withName(String name) |
Outpost |
Outpost.withOutpostArn(String outpostArn) |
Outpost |
Outpost.withOutpostId(String outpostId)
The ID of the Outpost.
|
Outpost |
Outpost.withOwnerId(String ownerId) |
Outpost |
Outpost.withSiteArn(String siteArn) |
Outpost |
Outpost.withSiteId(String siteId) |
Outpost |
Outpost.withSupportedHardwareType(String supportedHardwareType)
The hardware type.
|
Outpost |
Outpost.withSupportedHardwareType(SupportedHardwareType supportedHardwareType)
The hardware type.
|
Outpost |
Outpost.withTags(Map<String,String> tags)
The Outpost tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<Outpost> |
ListOutpostsResult.getOutposts() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateOutpostResult.setOutpost(Outpost outpost) |
void |
UpdateOutpostResult.setOutpost(Outpost outpost) |
void |
GetOutpostResult.setOutpost(Outpost outpost) |
CreateOutpostResult |
CreateOutpostResult.withOutpost(Outpost outpost) |
UpdateOutpostResult |
UpdateOutpostResult.withOutpost(Outpost outpost) |
GetOutpostResult |
GetOutpostResult.withOutpost(Outpost outpost) |
ListOutpostsResult |
ListOutpostsResult.withOutposts(Outpost... outposts)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOutpostsResult.setOutposts(Collection<Outpost> outposts) |
ListOutpostsResult |
ListOutpostsResult.withOutposts(Collection<Outpost> outposts) |
Copyright © 2023. All rights reserved.