| Package | Description |
|---|---|
| com.amazonaws.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
Wave |
Wave.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Wave |
Wave.clearTagsEntries()
Removes all the entries added into Tags.
|
Wave |
Wave.clone() |
Wave |
Wave.withArn(String arn)
Wave ARN.
|
Wave |
Wave.withCreationDateTime(String creationDateTime)
Wave creation dateTime.
|
Wave |
Wave.withDescription(String description)
Wave description.
|
Wave |
Wave.withIsArchived(Boolean isArchived)
Wave archival status.
|
Wave |
Wave.withLastModifiedDateTime(String lastModifiedDateTime)
Wave last modified dateTime.
|
Wave |
Wave.withName(String name)
Wave name.
|
Wave |
Wave.withTags(Map<String,String> tags)
Wave tags.
|
Wave |
Wave.withWaveAggregatedStatus(WaveAggregatedStatus waveAggregatedStatus)
Wave aggregated status.
|
Wave |
Wave.withWaveID(String waveID)
Wave ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Wave> |
ListWavesResult.getItems()
Waves list.
|
| Modifier and Type | Method and Description |
|---|---|
ListWavesResult |
ListWavesResult.withItems(Wave... items)
Waves list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWavesResult.setItems(Collection<Wave> items)
Waves list.
|
ListWavesResult |
ListWavesResult.withItems(Collection<Wave> items)
Waves list.
|
Copyright © 2023. All rights reserved.