| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AggregationFindingType |
TitleAggregation.findingType()
The type of finding to aggregate on.
|
AggregationFindingType |
FindingTypeAggregation.findingType()
The finding type to aggregate.
|
AggregationFindingType |
AccountAggregation.findingType()
The type of finding.
|
static AggregationFindingType |
AggregationFindingType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AggregationFindingType |
AggregationFindingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationFindingType[] |
AggregationFindingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AggregationFindingType> |
AggregationFindingType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TitleAggregation.Builder |
TitleAggregation.Builder.findingType(AggregationFindingType findingType)
The type of finding to aggregate on.
|
FindingTypeAggregation.Builder |
FindingTypeAggregation.Builder.findingType(AggregationFindingType findingType)
The finding type to aggregate.
|
AccountAggregation.Builder |
AccountAggregation.Builder.findingType(AggregationFindingType findingType)
The type of finding.
|
Copyright © 2023. All rights reserved.