| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static PredefinedResolution |
PredefinedResolution.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PredefinedResolution |
OutputResolutionStackInput.predefined()
A string value representing Predefined Output Resolution for a stacking operation.
|
static PredefinedResolution |
PredefinedResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedResolution[] |
PredefinedResolution.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<PredefinedResolution> |
PredefinedResolution.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OutputResolutionStackInput.Builder |
OutputResolutionStackInput.Builder.predefined(PredefinedResolution predefined)
A string value representing Predefined Output Resolution for a stacking operation.
|
Copyright © 2023. All rights reserved.