| Package | Description |
|---|---|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.clone() |
Block |
Block.withBlockIndex(Integer blockIndex)
The block index.
|
Block |
Block.withBlockToken(String blockToken)
The block token for the block index.
|
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
ListSnapshotBlocksResult.getBlocks()
An array of objects containing information about the blocks.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotBlocksResult |
ListSnapshotBlocksResult.withBlocks(Block... blocks)
An array of objects containing information about the blocks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSnapshotBlocksResult.setBlocks(Collection<Block> blocks)
An array of objects containing information about the blocks.
|
ListSnapshotBlocksResult |
ListSnapshotBlocksResult.withBlocks(Collection<Block> blocks)
An array of objects containing information about the blocks.
|
Copyright © 2022. All rights reserved.