| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectionGroupPattern |
ProtectionGroupPattern.fromValue(String value)
Use this in place of valueOf.
|
static ProtectionGroupPattern |
ProtectionGroupPattern.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withPattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
ProtectionGroup |
ProtectionGroup.withPattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withPattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
InclusionProtectionGroupFilters |
InclusionProtectionGroupFilters.withPatterns(ProtectionGroupPattern... patterns)
The pattern specification of the protection groups that you want to retrieve.
|
Copyright © 2022. All rights reserved.