Uses of Class
software.amazon.awssdk.services.networkfirewall.model.PerObjectSyncStatus
-
Packages that use PerObjectSyncStatus Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of PerObjectSyncStatus in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return PerObjectSyncStatus Modifier and Type Method Description static PerObjectSyncStatusPerObjectSyncStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PerObjectSyncStatusPerObjectStatus. syncStatus()Indicates whether this object is in sync with the version indicated in the update token.static PerObjectSyncStatusPerObjectSyncStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PerObjectSyncStatus[]PerObjectSyncStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type PerObjectSyncStatus Modifier and Type Method Description static Set<PerObjectSyncStatus>PerObjectSyncStatus. knownValues()Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type PerObjectSyncStatus Modifier and Type Method Description PerObjectStatus.BuilderPerObjectStatus.Builder. syncStatus(PerObjectSyncStatus syncStatus)Indicates whether this object is in sync with the version indicated in the update token.
-