| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputType |
OutputType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OutputType |
OutputBand.outputDataType()
The datatype of the output band.
|
OutputType |
GetTileRequest.outputDataType()
The output data type of the tile operation.
|
OutputType |
Operation.outputType()
The type of the operation.
|
static OutputType |
OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputType[] |
OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OutputType> |
OutputType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OutputBand.Builder |
OutputBand.Builder.outputDataType(OutputType outputDataType)
The datatype of the output band.
|
GetTileRequest.Builder |
GetTileRequest.Builder.outputDataType(OutputType outputDataType)
The output data type of the tile operation.
|
Operation.Builder |
Operation.Builder.outputType(OutputType outputType)
The type of the operation.
|
Copyright © 2023. All rights reserved.