Uses of Class
software.amazon.awssdk.services.shield.model.ProtectionGroupAggregation
-
Packages that use ProtectionGroupAggregation Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ProtectionGroupAggregation in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ProtectionGroupAggregation Modifier and Type Method Description ProtectionGroupAggregationCreateProtectionGroupRequest. aggregation()Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.ProtectionGroupAggregationProtectionGroup. aggregation()Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.ProtectionGroupAggregationUpdateProtectionGroupRequest. aggregation()Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.static ProtectionGroupAggregationProtectionGroupAggregation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ProtectionGroupAggregationProtectionGroupAggregation. 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.Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ProtectionGroupAggregation Modifier and Type Method Description List<ProtectionGroupAggregation>InclusionProtectionGroupFilters. aggregations()The aggregation setting of the protection groups that you want to retrieve.static Set<ProtectionGroupAggregation>ProtectionGroupAggregation. knownValues()Methods in software.amazon.awssdk.services.shield.model with parameters of type ProtectionGroupAggregation Modifier and Type Method Description CreateProtectionGroupRequest.BuilderCreateProtectionGroupRequest.Builder. aggregation(ProtectionGroupAggregation aggregation)Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.ProtectionGroup.BuilderProtectionGroup.Builder. aggregation(ProtectionGroupAggregation aggregation)Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.UpdateProtectionGroupRequest.BuilderUpdateProtectionGroupRequest.Builder. aggregation(ProtectionGroupAggregation aggregation)Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.InclusionProtectionGroupFilters.BuilderInclusionProtectionGroupFilters.Builder. aggregations(ProtectionGroupAggregation... aggregations)The aggregation setting of the protection groups that you want to retrieve.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type ProtectionGroupAggregation Modifier and Type Method Description InclusionProtectionGroupFilters.BuilderInclusionProtectionGroupFilters.Builder. aggregations(Collection<ProtectionGroupAggregation> aggregations)The aggregation setting of the protection groups that you want to retrieve.
-