Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.OutputBand
-
Packages that use OutputBand Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of OutputBand in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type OutputBand Modifier and Type Method Description List<OutputBand>GetEarthObservationJobResponse. outputBands()Bands available in the output of an operation.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type OutputBand Modifier and Type Method Description GetEarthObservationJobResponse.BuilderGetEarthObservationJobResponse.Builder. outputBands(OutputBand... outputBands)Bands available in the output of an operation.Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type OutputBand Modifier and Type Method Description GetEarthObservationJobResponse.BuilderGetEarthObservationJobResponse.Builder. outputBands(Collection<OutputBand> outputBands)Bands available in the output of an operation.
-