| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
SyncState |
SyncState.addConfigEntry(String key,
PerObjectStatus value)
Add a single Config entry
|
SyncState |
SyncState.clearConfigEntries()
Removes all the entries added into Config.
|
SyncState |
SyncState.clone() |
SyncState |
SyncState.withAttachment(Attachment attachment)
The attachment status of the firewall's association with a single VPC subnet.
|
SyncState |
SyncState.withConfig(Map<String,PerObjectStatus> config)
The configuration status of the firewall endpoint in a single VPC subnet.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SyncState> |
FirewallStatus.getSyncStates()
The subnets that you've configured for use by the Network Firewall firewall.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallStatus |
FirewallStatus.addSyncStatesEntry(String key,
SyncState value)
Add a single SyncStates entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
FirewallStatus.setSyncStates(Map<String,SyncState> syncStates)
The subnets that you've configured for use by the Network Firewall firewall.
|
FirewallStatus |
FirewallStatus.withSyncStates(Map<String,SyncState> syncStates)
The subnets that you've configured for use by the Network Firewall firewall.
|
Copyright © 2022. All rights reserved.