Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.TargetOptions
-
Packages that use TargetOptions Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of TargetOptions in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return TargetOptions Modifier and Type Method Description static TargetOptionsTargetOptions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetOptionsGetTileRequest. target()Determines what part of the Earth Observation job to tile.static TargetOptionsTargetOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetOptions[]TargetOptions. 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 TargetOptions Modifier and Type Method Description static Set<TargetOptions>TargetOptions. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type TargetOptions Modifier and Type Method Description GetTileRequest.BuilderGetTileRequest.Builder. target(TargetOptions target)Determines what part of the Earth Observation job to tile.
-