| Package | Description |
|---|---|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
ChangedBlock |
ChangedBlock.clone() |
ChangedBlock |
ChangedBlock.withBlockIndex(Integer blockIndex)
The block index.
|
ChangedBlock |
ChangedBlock.withFirstBlockToken(String firstBlockToken)
The block token for the block index of the
FirstSnapshotId specified in the
ListChangedBlocks operation. |
ChangedBlock |
ChangedBlock.withSecondBlockToken(String secondBlockToken)
The block token for the block index of the
SecondSnapshotId specified in the
ListChangedBlocks operation. |
| Modifier and Type | Method and Description |
|---|---|
List<ChangedBlock> |
ListChangedBlocksResult.getChangedBlocks()
An array of objects containing information about the changed blocks.
|
| Modifier and Type | Method and Description |
|---|---|
ListChangedBlocksResult |
ListChangedBlocksResult.withChangedBlocks(ChangedBlock... changedBlocks)
An array of objects containing information about the changed blocks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChangedBlocksResult.setChangedBlocks(Collection<ChangedBlock> changedBlocks)
An array of objects containing information about the changed blocks.
|
ListChangedBlocksResult |
ListChangedBlocksResult.withChangedBlocks(Collection<ChangedBlock> changedBlocks)
An array of objects containing information about the changed blocks.
|
Copyright © 2021. All rights reserved.