| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectionGroupPattern |
ProtectionGroupPattern.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProtectionGroupPattern |
UpdateProtectionGroupRequest.pattern()
The criteria to use to choose the protected resources for inclusion in the group.
|
ProtectionGroupPattern |
ProtectionGroup.pattern()
The criteria to use to choose the protected resources for inclusion in the group.
|
ProtectionGroupPattern |
CreateProtectionGroupRequest.pattern()
The criteria to use to choose the protected resources for inclusion in the group.
|
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 |
|---|---|
static Set<ProtectionGroupPattern> |
ProtectionGroupPattern.knownValues()
|
List<ProtectionGroupPattern> |
InclusionProtectionGroupFilters.patterns()
The pattern specification of the protection groups that you want to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.pattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
ProtectionGroup.Builder |
ProtectionGroup.Builder.pattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
CreateProtectionGroupRequest.Builder |
CreateProtectionGroupRequest.Builder.pattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
InclusionProtectionGroupFilters.Builder |
InclusionProtectionGroupFilters.Builder.patterns(ProtectionGroupPattern... patterns)
The pattern specification of the protection groups that you want to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
InclusionProtectionGroupFilters.Builder |
InclusionProtectionGroupFilters.Builder.patterns(Collection<ProtectionGroupPattern> patterns)
The pattern specification of the protection groups that you want to retrieve.
|
Copyright © 2023. All rights reserved.