| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingStatisticType |
FindingStatisticType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FindingStatisticType |
FindingStatisticType.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingStatisticType> |
GetFindingsStatisticsRequest.findingStatisticTypes()
Types of finding statistics to retrieve.
|
static Set<FindingStatisticType> |
FindingStatisticType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingsStatisticsRequest.Builder |
GetFindingsStatisticsRequest.Builder.findingStatisticTypes(FindingStatisticType... findingStatisticTypes)
Types of finding statistics to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingsStatisticsRequest.Builder |
GetFindingsStatisticsRequest.Builder.findingStatisticTypes(Collection<FindingStatisticType> findingStatisticTypes)
Types of finding statistics to retrieve.
|
Copyright © 2019. All rights reserved.