| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static IntendedUse |
IntendedUse.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IntendedUse |
DataSourceConfiguration.intendedUse()
Specifies how the results of an operation will be stored by the caller.
|
static IntendedUse |
IntendedUse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntendedUse[] |
IntendedUse.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<IntendedUse> |
IntendedUse.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfiguration.Builder |
DataSourceConfiguration.Builder.intendedUse(IntendedUse intendedUse)
Specifies how the results of an operation will be stored by the caller.
|
Copyright © 2023. All rights reserved.