| Package | Description |
|---|---|
| software.amazon.awssdk.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
ChecksumAlgorithm |
CompleteSnapshotRequest.checksumAlgorithm()
The algorithm used to generate the checksum.
|
ChecksumAlgorithm |
PutSnapshotBlockRequest.checksumAlgorithm()
The algorithm used to generate the checksum.
|
ChecksumAlgorithm |
GetSnapshotBlockResponse.checksumAlgorithm()
The algorithm used to generate the checksum for the block, such as SHA256.
|
ChecksumAlgorithm |
PutSnapshotBlockResponse.checksumAlgorithm()
The algorithm used by Amazon EBS to generate the checksum.
|
static ChecksumAlgorithm |
ChecksumAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ChecksumAlgorithm> |
ChecksumAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CompleteSnapshotRequest.Builder |
CompleteSnapshotRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum.
|
PutSnapshotBlockRequest.Builder |
PutSnapshotBlockRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum.
|
GetSnapshotBlockResponse.Builder |
GetSnapshotBlockResponse.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
|
PutSnapshotBlockResponse.Builder |
PutSnapshotBlockResponse.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
|
Copyright © 2023. All rights reserved.