| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
UsageFeature |
UsageFeatureResult.feature()
The feature that generated the usage cost.
|
static UsageFeature |
UsageFeature.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static UsageFeature |
UsageFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageFeature[] |
UsageFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageFeature> |
UsageCriteria.features()
The features to aggregate usage statistics from.
|
static Set<UsageFeature> |
UsageFeature.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UsageFeatureResult.Builder |
UsageFeatureResult.Builder.feature(UsageFeature feature)
The feature that generated the usage cost.
|
UsageCriteria.Builder |
UsageCriteria.Builder.features(UsageFeature... features)
The features to aggregate usage statistics from.
|
| Modifier and Type | Method and Description |
|---|---|
UsageCriteria.Builder |
UsageCriteria.Builder.features(Collection<UsageFeature> features)
The features to aggregate usage statistics from.
|
Copyright © 2023. All rights reserved.