Uses of Class
software.amazon.awssdk.services.deadline.model.PathMappingRule
-
Packages that use PathMappingRule Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of PathMappingRule in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type PathMappingRule Modifier and Type Method Description List<PathMappingRule>JobDetailsEntity. pathMappingRules()The path mapping rules.Methods in software.amazon.awssdk.services.deadline.model with parameters of type PathMappingRule Modifier and Type Method Description JobDetailsEntity.BuilderJobDetailsEntity.Builder. pathMappingRules(PathMappingRule... pathMappingRules)The path mapping rules.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type PathMappingRule Modifier and Type Method Description JobDetailsEntity.BuilderJobDetailsEntity.Builder. pathMappingRules(Collection<PathMappingRule> pathMappingRules)The path mapping rules.
-