Uses of Class
com.adobe.testing.s3mock.dto.Tagging
Packages that use Tagging
-
Uses of Tagging in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock that return types with arguments of type TaggingModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Tagging>ObjectController.getObjectTagging(String bucketName, ObjectKey key) Returns the tags identified by bucketName and fileName.Methods in com.adobe.testing.s3mock with parameters of type TaggingModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>ObjectController.putObjectTagging(String bucketName, ObjectKey key, Tagging body) Sets tags for a file identified by bucketName and fileName.