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 TypeMethodDescriptionMultipartUpload.getInitiator()AccessControlPolicy.getOwner()ListAllMyBucketsResult.getOwner()MultipartUpload.getOwner()S3Object.getOwner()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) ListAllMyBucketsResult(Owner owner, List<Bucket> buckets) S3Object(String key, String lastModified, String etag, String size, StorageClass storageClass, Owner owner) -
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 OwnerMethods 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.voidObjectStore.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.