| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
PerObjectStatus |
PerObjectStatus.clone() |
PerObjectStatus |
PerObjectStatus.withSyncStatus(PerObjectSyncStatus syncStatus)
Indicates whether this object is in sync with the version indicated in the update token.
|
PerObjectStatus |
PerObjectStatus.withSyncStatus(String syncStatus)
Indicates whether this object is in sync with the version indicated in the update token.
|
PerObjectStatus |
PerObjectStatus.withUpdateToken(String updateToken)
The current version of the object that is either in sync or pending synchronization.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PerObjectStatus> |
SyncState.getConfig()
The configuration status of the firewall endpoint in a single VPC subnet.
|
| Modifier and Type | Method and Description |
|---|---|
SyncState |
SyncState.addConfigEntry(String key,
PerObjectStatus value)
Add a single Config entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncState.setConfig(Map<String,PerObjectStatus> config)
The configuration status of the firewall endpoint in a single VPC subnet.
|
SyncState |
SyncState.withConfig(Map<String,PerObjectStatus> config)
The configuration status of the firewall endpoint in a single VPC subnet.
|
Copyright © 2022. All rights reserved.