| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
UserDefined |
UserDefined.clone() |
UserDefined |
OutputResolutionStackInput.getUserDefined()
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
UserDefined |
OutputResolutionResamplingInput.getUserDefined()
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
UserDefined |
UserDefined.withUnit(String unit)
The units for output resolution of the result.
|
UserDefined |
UserDefined.withUnit(Unit unit)
The units for output resolution of the result.
|
UserDefined |
UserDefined.withValue(Float value)
The value for output resolution of the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputResolutionStackInput.setUserDefined(UserDefined userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
void |
OutputResolutionResamplingInput.setUserDefined(UserDefined userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
OutputResolutionStackInput |
OutputResolutionStackInput.withUserDefined(UserDefined userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
OutputResolutionResamplingInput |
OutputResolutionResamplingInput.withUserDefined(UserDefined userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
Copyright © 2023. All rights reserved.