| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectionGroupAggregation |
ProtectionGroup.aggregation()
Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.
|
ProtectionGroupAggregation |
UpdateProtectionGroupRequest.aggregation()
Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.
|
ProtectionGroupAggregation |
CreateProtectionGroupRequest.aggregation()
Defines how AWS 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 |
|---|---|
static Set<ProtectionGroupAggregation> |
ProtectionGroupAggregation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProtectionGroup.Builder |
ProtectionGroup.Builder.aggregation(ProtectionGroupAggregation aggregation)
Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.aggregation(ProtectionGroupAggregation aggregation)
Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.
|
CreateProtectionGroupRequest.Builder |
CreateProtectionGroupRequest.Builder.aggregation(ProtectionGroupAggregation aggregation)
Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.
|
Copyright © 2021. All rights reserved.