Uses of Record Class
com.adobe.testing.s3mock.dto.Owner
Packages that use Owner
Package
Description
-
Uses of Owner in com.adobe.testing.s3mock.dto
Fields in com.adobe.testing.s3mock.dto declared as OwnerModifier and TypeFieldDescriptionstatic final OwnerOwner.DEFAULT_OWNERDefault owner in S3Mock until support for ownership is implemented.static final OwnerOwner.DEFAULT_OWNER_BUCKETMethods in com.adobe.testing.s3mock.dto that return OwnerModifier and TypeMethodDescriptionAccessControlPolicy.getOwner()ListPartsResult.initiator()Returns the value of theinitiatorrecord component.MultipartUpload.initiator()Returns the value of theinitiatorrecord component.DeleteMarkerEntry.owner()Returns the value of theownerrecord component.ListAllMyBucketsResult.owner()Returns the value of theownerrecord component.ListPartsResult.owner()Returns the value of theownerrecord component.MultipartUpload.owner()Returns the value of theownerrecord component.ObjectVersion.owner()Returns the value of theownerrecord component.S3Object.owner()Returns the value of theownerrecord component.Methods in com.adobe.testing.s3mock.dto with parameters of type OwnerConstructors in com.adobe.testing.s3mock.dto with parameters of type OwnerModifierConstructorDescriptionAccessControlPolicy(Owner owner, List<Grant> accessControlList) AccessControlPolicy(Owner owner, List<Grant> accessControlList, String xmlns) Creates an instance of aDeleteMarkerEntryrecord class.ListAllMyBucketsResult(Owner owner, Buckets buckets) ListAllMyBucketsResult(Owner owner, Buckets buckets, String xmlns) Creates an instance of aListAllMyBucketsResultrecord 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, String xmlns) 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.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 Owner in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service with parameters of type OwnerModifier and TypeMethodDescriptionMultipartService.createMultipartUpload(String bucketName, String key, String contentType, Map<String, String> storeHeaders, Owner owner, Owner initiator, Map<String, String> userMetadata, Map<String, String> encryptionHeaders, StorageClass storageClass, String checksum, ChecksumAlgorithm checksumAlgorithm) Prepares everything to store an object uploaded as multipart upload.ObjectService.putS3Object(String bucketName, String key, String contentType, Map<String, String> storeHeaders, Path path, Map<String, String> userMetadata, Map<String, String> encryptionHeaders, List<Tag> tags, ChecksumAlgorithm checksumAlgorithm, String checksum, Owner owner, StorageClass storageClass) Stores an object inside a Bucket. -
Uses of Owner in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return OwnerModifier and TypeMethodDescriptionS3ObjectMetadata.owner()Returns the value of theownerrecord component.Methods in com.adobe.testing.s3mock.store with parameters of type OwnerModifier and TypeMethodDescriptionMultipartStore.createMultipartUpload(BucketMetadata bucket, String key, UUID id, String contentType, Map<String, String> storeHeaders, Owner owner, Owner initiator, Map<String, String> userMetadata, Map<String, String> encryptionHeaders, StorageClass storageClass, String checksum, ChecksumAlgorithm checksumAlgorithm) Prepares everything to store an object uploaded as multipart upload.ObjectStore.storeS3ObjectMetadata(BucketMetadata bucket, UUID id, String key, String contentType, Map<String, String> storeHeaders, Path path, Map<String, String> userMetadata, Map<String, String> encryptionHeaders, String etag, List<Tag> tags, ChecksumAlgorithm checksumAlgorithm, String checksum, Owner owner, StorageClass storageClass) Stores an object inside a Bucket.Constructors in com.adobe.testing.s3mock.store with parameters of type OwnerModifierConstructorDescriptionS3ObjectMetadata(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, StorageClass storageClass) Creates an instance of aS3ObjectMetadatarecord class.