Uses of Class
software.amazon.awssdk.services.ebs.model.ChecksumAlgorithm
-
Packages that use ChecksumAlgorithm Package Description software.amazon.awssdk.services.ebs.model -
-
Uses of ChecksumAlgorithm in software.amazon.awssdk.services.ebs.model
Methods in software.amazon.awssdk.services.ebs.model that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithmCompleteSnapshotRequest. checksumAlgorithm()The algorithm used to generate the checksum.ChecksumAlgorithmGetSnapshotBlockResponse. checksumAlgorithm()The algorithm used to generate the checksum for the block, such as SHA256.ChecksumAlgorithmPutSnapshotBlockRequest. checksumAlgorithm()The algorithm used to generate the checksum.ChecksumAlgorithmPutSnapshotBlockResponse. checksumAlgorithm()The algorithm used by Amazon EBS to generate the checksum.static ChecksumAlgorithmChecksumAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChecksumAlgorithmChecksumAlgorithm. 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.Methods in software.amazon.awssdk.services.ebs.model that return types with arguments of type ChecksumAlgorithm Modifier and Type Method Description static Set<ChecksumAlgorithm>ChecksumAlgorithm. knownValues()Methods in software.amazon.awssdk.services.ebs.model with parameters of type ChecksumAlgorithm Modifier and Type Method Description CompleteSnapshotRequest.BuilderCompleteSnapshotRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The algorithm used to generate the checksum.GetSnapshotBlockResponse.BuilderGetSnapshotBlockResponse.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The algorithm used to generate the checksum for the block, such as SHA256.PutSnapshotBlockRequest.BuilderPutSnapshotBlockRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The algorithm used to generate the checksum.PutSnapshotBlockResponse.BuilderPutSnapshotBlockResponse.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The algorithm used by Amazon EBS to generate the checksum.
-