Uses of Enum Class
com.adobe.testing.s3mock.dto.StorageClass
Packages that use StorageClass
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of StorageClass in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return StorageClassModifier and TypeMethodDescriptionGetObjectAttributesOutput.storageClass()Returns the value of thestorageClassrecord component.ListPartsResult.storageClass()Returns the value of thestorageClassrecord component.MultipartUpload.storageClass()Returns the value of thestorageClassrecord component.NoncurrentVersionTransition.storageClass()Returns the value of thestorageClassrecord component.ObjectVersion.storageClass()Returns the value of thestorageClassrecord component.S3Object.storageClass()Returns the value of thestorageClassrecord component.Transition.storageClass()Returns the value of thestorageClassrecord component.static StorageClassReturns the enum constant of this class with the specified name.static StorageClass[]StorageClass.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 StorageClassModifierConstructorDescriptionGetObjectAttributesOutput(Checksum checksum, String etag, List<GetObjectAttributesParts> objectParts, Long objectSize, StorageClass storageClass) Creates an instance of aGetObjectAttributesOutputrecord class.ListPartsResult(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.MultipartUpload(String key, String uploadId, Owner owner, Owner initiator, StorageClass storageClass, Date initiated) Creates an instance of aMultipartUploadrecord class.NoncurrentVersionTransition(Integer newerNoncurrentVersions, Integer noncurrentDays, StorageClass storageClass) Creates an instance of aNoncurrentVersionTransitionrecord 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.Transition(Instant date, Integer days, StorageClass storageClass) Creates an instance of aTransitionrecord class.