Uses of Enum Class
com.adobe.testing.s3mock.dto.ChecksumAlgorithm
Packages that use ChecksumAlgorithm
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of ChecksumAlgorithm in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return ChecksumAlgorithmModifier and TypeMethodDescriptionListPartsResult.checksumAlgorithm()Returns the value of thechecksumAlgorithmrecord component.ObjectVersion.checksumAlgorithm()Returns the value of thechecksumAlgorithmrecord component.S3Object.checksumAlgorithm()Returns the value of thechecksumAlgorithmrecord component.static ChecksumAlgorithmChecksumAlgorithm.fromString(String value) static ChecksumAlgorithmReturns the enum constant of this class with the specified name.static ChecksumAlgorithm[]ChecksumAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.adobe.testing.s3mock.dto with parameters of type ChecksumAlgorithmModifierConstructorDescriptionListPartsResult(String bucket, String key, String uploadId, String partNumberMarker, String nextPartNumberMarker, boolean truncated, StorageClass storageClass, List<Part> parts, Owner owner, Owner initiator, ChecksumAlgorithm checksumAlgorithm) Creates an instance of aListPartsResultrecord class.ObjectVersion(String key, String lastModified, String etag, String size, StorageClass storageClass, Owner owner, ChecksumAlgorithm checksumAlgorithm, Boolean isLatest, String versionId) Creates an instance of aObjectVersionrecord class.S3Object(String key, String lastModified, String etag, String size, StorageClass storageClass, Owner owner, ChecksumAlgorithm checksumAlgorithm) Creates an instance of aS3Objectrecord class. -
Uses of ChecksumAlgorithm in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service with parameters of type ChecksumAlgorithmModifier and TypeMethodDescriptionObjectService.putS3Object(String bucketName, String key, String contentType, Map<String, String> storeHeaders, InputStream dataStream, boolean useV4ChunkedWithSigningFormat, Map<String, String> userMetadata, Map<String, String> encryptionHeaders, List<Tag> tags, ChecksumAlgorithm checksumAlgorithm, String checksum, Owner owner) Stores an object inside a Bucket. -
Uses of ChecksumAlgorithm in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return ChecksumAlgorithmModifier and TypeMethodDescriptionS3ObjectMetadata.checksumAlgorithm()Returns the value of thechecksumAlgorithmrecord component.Methods in com.adobe.testing.s3mock.store with parameters of type ChecksumAlgorithmModifier and TypeMethodDescriptionObjectStore.storeS3ObjectMetadata(BucketMetadata bucket, UUID id, String key, String contentType, Map<String, String> storeHeaders, InputStream dataStream, boolean useV4ChunkedWithSigningFormat, Map<String, String> userMetadata, Map<String, String> encryptionHeaders, String etag, List<Tag> tags, ChecksumAlgorithm checksumAlgorithm, String checksum, Owner owner) Stores an object inside a Bucket.Constructors in com.adobe.testing.s3mock.store with parameters of type ChecksumAlgorithmModifierConstructorDescriptionS3ObjectMetadata(UUID id, String key, String size, String modificationDate, String etag, String contentType, long lastModified, Path dataPath, Map<String, String> userMetadata, List<Tag> tags, LegalHold legalHold, Retention retention, Owner owner, Map<String, String> storeHeaders, Map<String, String> encryptionHeaders, ChecksumAlgorithm checksumAlgorithm, String checksum) Creates an instance of aS3ObjectMetadatarecord class. -
Uses of ChecksumAlgorithm in com.adobe.testing.s3mock.util
Fields in com.adobe.testing.s3mock.util declared as ChecksumAlgorithmMethods in com.adobe.testing.s3mock.util that return ChecksumAlgorithmModifier and TypeMethodDescriptionstatic ChecksumAlgorithmHeaderUtil.checksumAlgorithmFrom(org.springframework.http.HttpHeaders headers) AwsChecksumInputStream.getAlgorithm()