Uses of Class
com.adobe.testing.s3mock.dto.Owner
Packages that use Owner
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of Owner in com.adobe.testing.s3mock.dto
Subclasses of Owner in com.adobe.testing.s3mock.dtoModifier and TypeClassDescriptionclassstatic classstatic classstatic classFields in com.adobe.testing.s3mock.dto declared as OwnerModifier and TypeFieldDescriptionstatic final OwnerOwner.DEFAULT_OWNERDefault owner in S3Mock until support for ownership is implemented.Methods 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) Creates an instance of aDeleteMarkerEntryrecord class.ListAllMyBucketsResult(Owner owner, Buckets buckets) 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) 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.prepareMultipartUpload(String bucketName, String key, String contentType, Map<String, String> storeHeaders, String uploadId, Owner owner, Owner initiator, Map<String, String> userMetadata, Map<String, String> encryptionHeaders) Prepares everything to store an object uploaded as multipart upload.ObjectService.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 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.prepareMultipartUpload(BucketMetadata bucket, String key, UUID id, String contentType, Map<String, String> storeHeaders, String uploadId, Owner owner, Owner initiator, Map<String, String> userMetadata, Map<String, String> encryptionHeaders) Prepares everything to store an object uploaded as multipart upload.ObjectStore.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 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) Creates an instance of aS3ObjectMetadatarecord class.