| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceManagedType |
ResourceManagedType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceManagedType |
ListRuleGroupsRequest.managedType()
Indicates the general category of the Amazon Web Services managed rule group.
|
static ResourceManagedType |
ResourceManagedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceManagedType[] |
ResourceManagedType.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<ResourceManagedType> |
ResourceManagedType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsRequest.Builder |
ListRuleGroupsRequest.Builder.managedType(ResourceManagedType managedType)
Indicates the general category of the Amazon Web Services managed rule group.
|
Copyright © 2023. All rights reserved.