| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectionGroupAggregation |
UpdateProtectionGroupRequest.aggregation()
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
ProtectionGroupAggregation |
ProtectionGroup.aggregation()
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
ProtectionGroupAggregation |
CreateProtectionGroupRequest.aggregation()
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
static ProtectionGroupAggregation |
ProtectionGroupAggregation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ProtectionGroupAggregation |
ProtectionGroupAggregation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectionGroupAggregation[] |
ProtectionGroupAggregation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtectionGroupAggregation> |
InclusionProtectionGroupFilters.aggregations()
The aggregation setting of the protection groups that you want to retrieve.
|
static Set<ProtectionGroupAggregation> |
ProtectionGroupAggregation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.aggregation(ProtectionGroupAggregation aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
ProtectionGroup.Builder |
ProtectionGroup.Builder.aggregation(ProtectionGroupAggregation aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
CreateProtectionGroupRequest.Builder |
CreateProtectionGroupRequest.Builder.aggregation(ProtectionGroupAggregation aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
InclusionProtectionGroupFilters.Builder |
InclusionProtectionGroupFilters.Builder.aggregations(ProtectionGroupAggregation... aggregations)
The aggregation setting of the protection groups that you want to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
InclusionProtectionGroupFilters.Builder |
InclusionProtectionGroupFilters.Builder.aggregations(Collection<ProtectionGroupAggregation> aggregations)
The aggregation setting of the protection groups that you want to retrieve.
|
Copyright © 2023. All rights reserved.