| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static RulesSourceList.Builder |
RulesSourceList.builder() |
RulesSourceList.Builder |
RulesSourceList.Builder.generatedRulesType(GeneratedRulesType generatedRulesType)
Whether you want to allow or deny access to the domains in your target list.
|
RulesSourceList.Builder |
RulesSourceList.Builder.generatedRulesType(String generatedRulesType)
Whether you want to allow or deny access to the domains in your target list.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targets(Collection<String> targets)
The domains that you want to inspect for in your traffic flows.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targets(String... targets)
The domains that you want to inspect for in your traffic flows.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypes(Collection<TargetType> targetTypes)
The protocols you want to inspect.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypes(TargetType... targetTypes)
The protocols you want to inspect.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypesWithStrings(Collection<String> targetTypes)
The protocols you want to inspect.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypesWithStrings(String... targetTypes)
The protocols you want to inspect.
|
RulesSourceList.Builder |
RulesSourceList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RulesSourceList.Builder> |
RulesSourceList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RulesSource.Builder |
RulesSource.Builder.rulesSourceList(Consumer<RulesSourceList.Builder> rulesSourceList)
Stateful inspection criteria for a domain list rule group.
|
Copyright © 2023. All rights reserved.