| Package | Description |
|---|---|
| software.amazon.awssdk.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
StartSnapshotResponse.tags()
The tags applied to the snapshot.
|
List<Tag> |
StartSnapshotRequest.tags()
The tags to apply to the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.tags(Tag... tags)
The tags applied to the snapshot.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.tags(Tag... tags)
The tags to apply to the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.tags(Collection<Tag> tags)
The tags applied to the snapshot.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the snapshot.
|
Copyright © 2022. All rights reserved.