Uses of Class
com.adobe.testing.s3mock.dto.Tag
Packages that use Tag
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of Tag in com.adobe.testing.s3mock
Method parameters in com.adobe.testing.s3mock with type arguments of type TagModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>ObjectController.putObject(String bucketName, ObjectKey key, List<Tag> tags, String contentType, String contentMd5, String sha256Header, org.springframework.http.HttpHeaders httpHeaders, InputStream inputStream) Adds an object to a bucket. -
Uses of Tag in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return types with arguments of type TagMethod parameters in com.adobe.testing.s3mock.dto with type arguments of type TagModifier and TypeMethodDescriptionvoidvoidConstructor parameters in com.adobe.testing.s3mock.dto with type arguments of type TagModifierConstructorDescriptionLifecycleRuleAndOperator(Long objectSizeGreaterThan, Long objectSizeLessThan, String prefix, List<Tag> tags) LifecycleRuleFilter(Long objectSizeGreaterThan, Long objectSizeLessThan, String prefix, List<Tag> tags, LifecycleRuleAndOperator and) -
Uses of Tag in com.adobe.testing.s3mock.service
Method parameters in com.adobe.testing.s3mock.service with type arguments of type TagModifier and TypeMethodDescriptionObjectService.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.voidObjectService.setObjectTags(String bucketName, String key, List<Tag> tags) Sets tags for a given object. -
Uses of Tag in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return types with arguments of type TagMethod parameters in com.adobe.testing.s3mock.store with type arguments of type TagModifier and TypeMethodDescriptionvoidvoidObjectStore.storeObjectTags(BucketMetadata bucket, UUID id, List<Tag> tags) Store tags for a given object.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.