Uses of Class
com.adobe.testing.s3mock.dto.Owner
-
Packages that use Owner Package Description com.adobe.testing.s3mock.domain com.adobe.testing.s3mock.dto -
-
Uses of Owner in com.adobe.testing.s3mock.domain
Methods in com.adobe.testing.s3mock.domain that return Owner Modifier and Type Method Description OwnerBucketContents. getOwner()Methods in com.adobe.testing.s3mock.domain with parameters of type Owner Modifier and Type Method Description MultipartUploadFileStore. prepareMultipartUpload(java.lang.String bucketName, java.lang.String fileName, java.lang.String contentType, java.lang.String contentEncoding, java.lang.String uploadId, Owner owner, Owner initiator)Prepares everything to store files uploaded as multipart upload.MultipartUploadFileStore. prepareMultipartUpload(java.lang.String bucketName, java.lang.String fileName, java.lang.String contentType, java.lang.String contentEncoding, java.lang.String uploadId, Owner owner, Owner initiator, java.util.Map<java.lang.String,java.lang.String> userMetadata)Prepares everything to store files uploaded as multipart upload.Constructors in com.adobe.testing.s3mock.domain with parameters of type Owner Constructor Description BucketContents(java.lang.String key, java.lang.String lastModified, java.lang.String etag, java.lang.String size, java.lang.String storageClass, Owner owner)Constructs a newBucketContents. -
Uses of Owner in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return Owner Modifier and Type Method Description OwnerMultipartUpload. getInitiator()OwnerListAllMyBucketsResult. getOwner()OwnerMultipartUpload. getOwner()Methods in com.adobe.testing.s3mock.dto with parameters of type Owner Modifier and Type Method Description voidListAllMyBucketsResult. setOwner(Owner owner)Constructors in com.adobe.testing.s3mock.dto with parameters of type Owner Constructor Description ListAllMyBucketsResult(Owner owner, java.util.List<Bucket> buckets)Constructs a newListAllMyBucketsResult.MultipartUpload(java.lang.String key, java.lang.String uploadId, Owner owner, Owner initiator, java.util.Date initiated)Create a new MultipartUpload with the given parameters.
-