Uses of Class
software.amazon.awssdk.services.guardduty.model.UsageStatisticType
-
Packages that use UsageStatisticType Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of UsageStatisticType in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return UsageStatisticType Modifier and Type Method Description static UsageStatisticTypeUsageStatisticType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UsageStatisticTypeGetUsageStatisticsRequest. usageStatisticType()The type of usage statistics to retrieve.static UsageStatisticTypeUsageStatisticType. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageStatisticType[]UsageStatisticType. 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 UsageStatisticType Modifier and Type Method Description static Set<UsageStatisticType>UsageStatisticType. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type UsageStatisticType Modifier and Type Method Description GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. usageStatisticType(UsageStatisticType usageStatisticType)The type of usage statistics to retrieve.
-