Uses of Class
software.amazon.awssdk.services.guardduty.model.FindingStatisticType
-
Packages that use FindingStatisticType Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of FindingStatisticType in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return FindingStatisticType Modifier and Type Method Description static FindingStatisticTypeFindingStatisticType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FindingStatisticTypeFindingStatisticType. valueOf(String name)Returns the enum constant of this type with the specified name.static FindingStatisticType[]FindingStatisticType. 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 FindingStatisticType Modifier and Type Method Description List<FindingStatisticType>GetFindingsStatisticsRequest. findingStatisticTypes()The types of finding statistics to retrieve.static Set<FindingStatisticType>FindingStatisticType. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type FindingStatisticType Modifier and Type Method Description GetFindingsStatisticsRequest.BuilderGetFindingsStatisticsRequest.Builder. findingStatisticTypes(FindingStatisticType... findingStatisticTypes)The types of finding statistics to retrieve.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type FindingStatisticType Modifier and Type Method Description GetFindingsStatisticsRequest.BuilderGetFindingsStatisticsRequest.Builder. findingStatisticTypes(Collection<FindingStatisticType> findingStatisticTypes)The types of finding statistics to retrieve.
-