| Package | Description |
|---|---|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
StartSnapshotResult.getTags()
The tags applied to the snapshot.
|
List<Tag> |
StartSnapshotRequest.getTags()
The tags to apply to the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
StartSnapshotResult |
StartSnapshotResult.withTags(Tag... tags)
The tags applied to the snapshot.
|
StartSnapshotRequest |
StartSnapshotRequest.withTags(Tag... tags)
The tags to apply to the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartSnapshotResult.setTags(Collection<Tag> tags)
The tags applied to the snapshot.
|
void |
StartSnapshotRequest.setTags(Collection<Tag> tags)
The tags to apply to the snapshot.
|
StartSnapshotResult |
StartSnapshotResult.withTags(Collection<Tag> tags)
The tags applied to the snapshot.
|
StartSnapshotRequest |
StartSnapshotRequest.withTags(Collection<Tag> tags)
The tags to apply to the snapshot.
|
Copyright © 2022. All rights reserved.