aws-datasync-locationobjectstorage/src/main/java/software/amazon/datasync/locationobjectstorage/TagTranslator.java [66:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static Set<Tag> translateMapToTags(final Map<String, String> tags) {
        if (tags == null)
            return Collections.emptySet();
        return tags.entrySet().stream().map(entry -> {
            return Tag.builder().key(entry.getKey()).value(entry.getValue()).build();
        }).collect(Collectors.toSet());
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-datasync-locations3/src/main/java/software/amazon/datasync/locations3/TagTranslator.java [66:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static Set<Tag> translateMapToTags(final Map<String, String> tags) {
        if (tags == null)
            return Collections.emptySet();
        return tags.entrySet().stream().map(entry -> {
            return Tag.builder().key(entry.getKey()).value(entry.getValue()).build();
        }).collect(Collectors.toSet());
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-datasync-locationefs/src/main/java/software/amazon/datasync/locationefs/TagTranslator.java [66:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static Set<Tag> translateMapToTags(final Map<String, String> tags) {
        if (tags == null)
            return Collections.emptySet();
        return tags.entrySet().stream().map(entry -> {
            return Tag.builder().key(entry.getKey()).value(entry.getValue()).build();
        }).collect(Collectors.toSet());
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-datasync-locationsmb/src/main/java/software/amazon/datasync/locationsmb/TagTranslator.java [66:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static Set<Tag> translateMapToTags(final Map<String, String> tags) {
        if (tags == null)
            return Collections.emptySet();
        return tags.entrySet().stream().map(entry -> {
            return Tag.builder().key(entry.getKey()).value(entry.getValue()).build();
        }).collect(Collectors.toSet());
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-datasync-agent/src/main/java/software/amazon/datasync/agent/Translator.java [106:112]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static Set<Tag> translateMapToTags(final Map<String, String> tags) {
        if (tags == null)
            return Collections.emptySet();
        return tags.entrySet().stream().map(entry -> {
            return Tag.builder().key(entry.getKey()).value(entry.getValue()).build();
        }).collect(Collectors.toSet());
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-datasync-task/src/main/java/software/amazon/datasync/task/TagTranslator.java [66:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static Set<Tag> translateMapToTags(final Map<String, String> tags) {
        if (tags == null)
            return Collections.emptySet();
        return tags.entrySet().stream().map(entry -> {
            return Tag.builder().key(entry.getKey()).value(entry.getValue()).build();
        }).collect(Collectors.toSet());
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-datasync-locationhdfs/src/main/java/software/amazon/datasync/locationhdfs/TagTranslator.java [66:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static Set<Tag> translateMapToTags(final Map<String, String> tags) {
        if (tags == null)
            return Collections.emptySet();
        return tags.entrySet().stream().map(entry -> {
            return Tag.builder().key(entry.getKey()).value(entry.getValue()).build();
        }).collect(Collectors.toSet());
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-datasync-locationnfs/src/main/java/software/amazon/datasync/locationnfs/TagTranslator.java [66:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static Set<Tag> translateMapToTags(final Map<String, String> tags) {
        if (tags == null)
            return Collections.emptySet();
        return tags.entrySet().stream().map(entry -> {
            return Tag.builder().key(entry.getKey()).value(entry.getValue()).build();
        }).collect(Collectors.toSet());
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-datasync-locationfsxwindows/src/main/java/software/amazon/datasync/locationfsxwindows/TagTranslator.java [66:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static Set<Tag> translateMapToTags(final Map<String, String> tags) {
        if (tags == null)
            return Collections.emptySet();
        return tags.entrySet().stream().map(entry -> {
            return Tag.builder().key(entry.getKey()).value(entry.getValue()).build();
        }).collect(Collectors.toSet());
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



