Uses of Record 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 TagModifier and TypeMethodDescriptionLifecycleRuleAndOperator.tags()Returns the value of thetagsrecord component.LifecycleRuleFilter.tags()Returns the value of thetagsrecord component.TagSet.tags()Returns the value of thetagsrecord component.Constructor parameters in com.adobe.testing.s3mock.dto with type arguments of type TagModifierConstructorDescriptionLifecycleRuleAndOperator(Long objectSizeGreaterThan, Long objectSizeLessThan, String prefix, List<Tag> tags) Creates an instance of aLifecycleRuleAndOperatorrecord class.LifecycleRuleFilter(Long objectSizeGreaterThan, Long objectSizeLessThan, String prefix, List<Tag> tags, LifecycleRuleAndOperator and) Creates an instance of aLifecycleRuleFilterrecord class.Creates an instance of aTagSetrecord class. -
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 TagModifier and TypeMethodDescriptionS3ObjectMetadata.tags()Returns the value of thetagsrecord component.Method parameters in com.adobe.testing.s3mock.store with type arguments of type TagModifier and TypeMethodDescriptionvoidObjectStore.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.Constructor parameters in com.adobe.testing.s3mock.store with type arguments of type TagModifierConstructorDescriptionS3ObjectMetadata(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.