| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static AggregationResourceType |
AggregationResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AggregationResourceType |
TitleAggregation.resourceType()
The resource type to aggregate on.
|
AggregationResourceType |
FindingTypeAggregation.resourceType()
The resource type to aggregate.
|
AggregationResourceType |
AccountAggregation.resourceType()
The type of resource.
|
static AggregationResourceType |
AggregationResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationResourceType[] |
AggregationResourceType.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<AggregationResourceType> |
AggregationResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TitleAggregation.Builder |
TitleAggregation.Builder.resourceType(AggregationResourceType resourceType)
The resource type to aggregate on.
|
FindingTypeAggregation.Builder |
FindingTypeAggregation.Builder.resourceType(AggregationResourceType resourceType)
The resource type to aggregate.
|
AccountAggregation.Builder |
AccountAggregation.Builder.resourceType(AggregationResourceType resourceType)
The type of resource.
|
Copyright © 2023. All rights reserved.