Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.Unit
-
Packages that use Unit Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of Unit in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return Unit Modifier and Type Method Description static UnitUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UnitUserDefined. unit()The units for output resolution of the result.static UnitUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static Unit[]Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type Unit Modifier and Type Method Description static Set<Unit>Unit. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type Unit Modifier and Type Method Description UserDefined.BuilderUserDefined.Builder. unit(Unit unit)The units for output resolution of the result.
-