| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
CoverageSortKey |
CoverageSortCriteria.attributeName()
Represents the field name used to sort the coverage details.
|
static CoverageSortKey |
CoverageSortKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CoverageSortKey |
CoverageSortKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageSortKey[] |
CoverageSortKey.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<CoverageSortKey> |
CoverageSortKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CoverageSortCriteria.Builder |
CoverageSortCriteria.Builder.attributeName(CoverageSortKey attributeName)
Represents the field name used to sort the coverage details.
|
Copyright © 2023. All rights reserved.