Uses of Class
software.amazon.awssdk.services.guardduty.model.UsageFeature
-
Packages that use UsageFeature Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of UsageFeature in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return UsageFeature Modifier and Type Method Description UsageFeatureUsageFeatureResult. feature()The feature that generated the usage cost.UsageFeatureUsageTopAccountsResult. feature()Features by which you can generate the usage statistics.static UsageFeatureUsageFeature. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UsageFeatureUsageFeature. 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.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type UsageFeature Modifier and Type Method Description List<UsageFeature>UsageCriteria. features()The features to aggregate usage statistics from.static Set<UsageFeature>UsageFeature. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type UsageFeature Modifier and Type Method Description UsageFeatureResult.BuilderUsageFeatureResult.Builder. feature(UsageFeature feature)The feature that generated the usage cost.UsageTopAccountsResult.BuilderUsageTopAccountsResult.Builder. feature(UsageFeature feature)Features by which you can generate the usage statistics.UsageCriteria.BuilderUsageCriteria.Builder. features(UsageFeature... features)The features to aggregate usage statistics from.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type UsageFeature Modifier and Type Method Description UsageCriteria.BuilderUsageCriteria.Builder. features(Collection<UsageFeature> features)The features to aggregate usage statistics from.
-