| Package | Description |
|---|---|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumAlgorithm |
ChecksumAlgorithm.fromValue(String value)
Use this in place of valueOf.
|
static ChecksumAlgorithm |
ChecksumAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumAlgorithm[] |
ChecksumAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PutSnapshotBlockResult |
PutSnapshotBlockResult.withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
|
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum.
|
GetSnapshotBlockResult |
GetSnapshotBlockResult.withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
|
CompleteSnapshotRequest |
CompleteSnapshotRequest.withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum.
|
Copyright © 2023. All rights reserved.