Uses of Class
software.amazon.awssdk.services.ebs.model.ChecksumAggregationMethod
-
Packages that use ChecksumAggregationMethod Package Description software.amazon.awssdk.services.ebs.model -
-
Uses of ChecksumAggregationMethod in software.amazon.awssdk.services.ebs.model
Methods in software.amazon.awssdk.services.ebs.model that return ChecksumAggregationMethod Modifier and Type Method Description ChecksumAggregationMethodCompleteSnapshotRequest. checksumAggregationMethod()The aggregation method used to generate the checksum.static ChecksumAggregationMethodChecksumAggregationMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChecksumAggregationMethodChecksumAggregationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ChecksumAggregationMethod[]ChecksumAggregationMethod. 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 ChecksumAggregationMethod Modifier and Type Method Description static Set<ChecksumAggregationMethod>ChecksumAggregationMethod. knownValues()Methods in software.amazon.awssdk.services.ebs.model with parameters of type ChecksumAggregationMethod Modifier and Type Method Description CompleteSnapshotRequest.BuilderCompleteSnapshotRequest.Builder. checksumAggregationMethod(ChecksumAggregationMethod checksumAggregationMethod)The aggregation method used to generate the checksum.
-