| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
OutputBand |
OutputBand.clone() |
OutputBand |
OutputBand.withBandName(String bandName)
The name of the band.
|
OutputBand |
OutputBand.withOutputDataType(OutputType outputDataType)
The datatype of the output band.
|
OutputBand |
OutputBand.withOutputDataType(String outputDataType)
The datatype of the output band.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputBand> |
GetEarthObservationJobResult.getOutputBands()
Bands available in the output of an operation.
|
| Modifier and Type | Method and Description |
|---|---|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withOutputBands(OutputBand... outputBands)
Bands available in the output of an operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEarthObservationJobResult.setOutputBands(Collection<OutputBand> outputBands)
Bands available in the output of an operation.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withOutputBands(Collection<OutputBand> outputBands)
Bands available in the output of an operation.
|
Copyright © 2023. All rights reserved.