Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.Operation
-
Packages that use Operation Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of Operation in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type Operation Modifier and Type Method Description List<Operation>CustomIndicesInput. operations()A list of BandMath indices to compute.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type Operation Modifier and Type Method Description CustomIndicesInput.BuilderCustomIndicesInput.Builder. operations(Operation... operations)A list of BandMath indices to compute.Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type Operation Modifier and Type Method Description CustomIndicesInput.BuilderCustomIndicesInput.Builder. operations(Collection<Operation> operations)A list of BandMath indices to compute.
-