Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.SyncState.Builder
-
Packages that use SyncState.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of SyncState.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return SyncState.Builder Modifier and Type Method Description default SyncState.BuilderSyncState.Builder. attachment(Consumer<Attachment.Builder> attachment)The attachment status of the firewall's association with a single VPC subnet.SyncState.BuilderSyncState.Builder. attachment(Attachment attachment)The attachment status of the firewall's association with a single VPC subnet.static SyncState.BuilderSyncState. builder()SyncState.BuilderSyncState.Builder. config(Map<String,PerObjectStatus> config)The configuration status of the firewall endpoint in a single VPC subnet.SyncState.BuilderSyncState. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type SyncState.Builder Modifier and Type Method Description static Class<? extends SyncState.Builder>SyncState. serializableBuilderClass()
-