| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetType |
TargetType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TargetType |
TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
TargetType.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<TargetType> |
TargetType.knownValues()
|
List<TargetType> |
RulesSourceList.targetTypes()
The protocols you want to inspect.
|
| Modifier and Type | Method and Description |
|---|---|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypes(TargetType... targetTypes)
The protocols you want to inspect.
|
| Modifier and Type | Method and Description |
|---|---|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypes(Collection<TargetType> targetTypes)
The protocols you want to inspect.
|
Copyright © 2023. All rights reserved.