Uses of Class
software.amazon.awssdk.services.deadline.model.PathFormat
-
Packages that use PathFormat Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of PathFormat in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return PathFormat Modifier and Type Method Description static PathFormatPathFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PathFormatManifestProperties. rootPathFormat()The format of the root path.PathFormatPathMappingRule. sourcePathFormat()The source path format.static PathFormatPathFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static PathFormat[]PathFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type PathFormat Modifier and Type Method Description static Set<PathFormat>PathFormat. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type PathFormat Modifier and Type Method Description ManifestProperties.BuilderManifestProperties.Builder. rootPathFormat(PathFormat rootPathFormat)The format of the root path.PathMappingRule.BuilderPathMappingRule.Builder. sourcePathFormat(PathFormat sourcePathFormat)The source path format.
-