| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static PerObjectStatus.Builder |
PerObjectStatus.builder() |
PerObjectStatus.Builder |
PerObjectStatus.Builder.syncStatus(PerObjectSyncStatus syncStatus)
Indicates whether this object is in sync with the version indicated in the update token.
|
PerObjectStatus.Builder |
PerObjectStatus.Builder.syncStatus(String syncStatus)
Indicates whether this object is in sync with the version indicated in the update token.
|
PerObjectStatus.Builder |
PerObjectStatus.toBuilder() |
PerObjectStatus.Builder |
PerObjectStatus.Builder.updateToken(String updateToken)
The current version of the object that is either in sync or pending synchronization.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PerObjectStatus.Builder> |
PerObjectStatus.serializableBuilderClass() |
Copyright © 2023. All rights reserved.