Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.PerObjectStatus.Builder
-
Packages that use PerObjectStatus.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of PerObjectStatus.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return PerObjectStatus.Builder Modifier and Type Method Description static PerObjectStatus.BuilderPerObjectStatus. builder()PerObjectStatus.BuilderPerObjectStatus.Builder. syncStatus(String syncStatus)Indicates whether this object is in sync with the version indicated in the update token.PerObjectStatus.BuilderPerObjectStatus.Builder. syncStatus(PerObjectSyncStatus syncStatus)Indicates whether this object is in sync with the version indicated in the update token.PerObjectStatus.BuilderPerObjectStatus. toBuilder()PerObjectStatus.BuilderPerObjectStatus.Builder. updateToken(String updateToken)The current version of the object that is either in sync or pending synchronization.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type PerObjectStatus.Builder Modifier and Type Method Description static Class<? extends PerObjectStatus.Builder>PerObjectStatus. serializableBuilderClass()
-