Uses of Class
software.amazon.awssdk.services.shield.model.ProtectionGroupPattern
-
Packages that use ProtectionGroupPattern Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ProtectionGroupPattern in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ProtectionGroupPattern Modifier and Type Method Description static ProtectionGroupPatternProtectionGroupPattern. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProtectionGroupPatternCreateProtectionGroupRequest. pattern()The criteria to use to choose the protected resources for inclusion in the group.ProtectionGroupPatternProtectionGroup. pattern()The criteria to use to choose the protected resources for inclusion in the group.ProtectionGroupPatternUpdateProtectionGroupRequest. pattern()The criteria to use to choose the protected resources for inclusion in the group.static ProtectionGroupPatternProtectionGroupPattern. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectionGroupPattern[]ProtectionGroupPattern. 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 ProtectionGroupPattern Modifier and Type Method Description static Set<ProtectionGroupPattern>ProtectionGroupPattern. knownValues()List<ProtectionGroupPattern>InclusionProtectionGroupFilters. patterns()The pattern specification of the protection groups that you want to retrieve.Methods in software.amazon.awssdk.services.shield.model with parameters of type ProtectionGroupPattern Modifier and Type Method Description CreateProtectionGroupRequest.BuilderCreateProtectionGroupRequest.Builder. pattern(ProtectionGroupPattern pattern)The criteria to use to choose the protected resources for inclusion in the group.ProtectionGroup.BuilderProtectionGroup.Builder. pattern(ProtectionGroupPattern pattern)The criteria to use to choose the protected resources for inclusion in the group.UpdateProtectionGroupRequest.BuilderUpdateProtectionGroupRequest.Builder. pattern(ProtectionGroupPattern pattern)The criteria to use to choose the protected resources for inclusion in the group.InclusionProtectionGroupFilters.BuilderInclusionProtectionGroupFilters.Builder. patterns(ProtectionGroupPattern... patterns)The pattern specification of the protection groups that you want to retrieve.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type ProtectionGroupPattern Modifier and Type Method Description InclusionProtectionGroupFilters.BuilderInclusionProtectionGroupFilters.Builder. patterns(Collection<ProtectionGroupPattern> patterns)The pattern specification of the protection groups that you want to retrieve.
-