Uses of Class
com.adobe.testing.s3mock.domain.Tag
-
Packages that use Tag Package Description com.adobe.testing.s3mock.domain com.adobe.testing.s3mock.dto -
-
Uses of Tag in com.adobe.testing.s3mock.domain
Methods in com.adobe.testing.s3mock.domain that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>S3Object. getTags()Method parameters in com.adobe.testing.s3mock.domain with type arguments of type Tag Modifier and Type Method Description voidFileStore. setObjectTags(java.lang.String bucketName, java.lang.String fileName, java.util.List<Tag> tags)Sets tags for a given object.voidS3Object. setTags(java.util.List<Tag> tag) -
Uses of Tag in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>Tagging. getTagSet()Method parameters in com.adobe.testing.s3mock.dto with type arguments of type Tag Modifier and Type Method Description voidTagging. setTagSet(java.util.List<Tag> tagSet)Constructor parameters in com.adobe.testing.s3mock.dto with type arguments of type Tag Constructor Description Tagging(java.util.List<Tag> tagSet)
-