Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionRequest.Builder
-
Packages that use UpdateSubnetChangeProtectionRequest.Builder Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.model -
-
Uses of UpdateSubnetChangeProtectionRequest.Builder in software.amazon.awssdk.services.networkfirewall
Method parameters in software.amazon.awssdk.services.networkfirewall with type arguments of type UpdateSubnetChangeProtectionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSubnetChangeProtectionResponse>NetworkFirewallAsyncClient. updateSubnetChangeProtection(Consumer<UpdateSubnetChangeProtectionRequest.Builder> updateSubnetChangeProtectionRequest)default UpdateSubnetChangeProtectionResponseNetworkFirewallClient. updateSubnetChangeProtection(Consumer<UpdateSubnetChangeProtectionRequest.Builder> updateSubnetChangeProtectionRequest) -
Uses of UpdateSubnetChangeProtectionRequest.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return UpdateSubnetChangeProtectionRequest.Builder Modifier and Type Method Description static UpdateSubnetChangeProtectionRequest.BuilderUpdateSubnetChangeProtectionRequest. builder()UpdateSubnetChangeProtectionRequest.BuilderUpdateSubnetChangeProtectionRequest.Builder. firewallArn(String firewallArn)The Amazon Resource Name (ARN) of the firewall.UpdateSubnetChangeProtectionRequest.BuilderUpdateSubnetChangeProtectionRequest.Builder. firewallName(String firewallName)The descriptive name of the firewall.UpdateSubnetChangeProtectionRequest.BuilderUpdateSubnetChangeProtectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSubnetChangeProtectionRequest.BuilderUpdateSubnetChangeProtectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSubnetChangeProtectionRequest.BuilderUpdateSubnetChangeProtectionRequest.Builder. subnetChangeProtection(Boolean subnetChangeProtection)A setting indicating whether the firewall is protected against changes to the subnet associations.UpdateSubnetChangeProtectionRequest.BuilderUpdateSubnetChangeProtectionRequest. toBuilder()UpdateSubnetChangeProtectionRequest.BuilderUpdateSubnetChangeProtectionRequest.Builder. updateToken(String updateToken)An optional token that you can use for optimistic locking.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type UpdateSubnetChangeProtectionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSubnetChangeProtectionRequest.Builder>UpdateSubnetChangeProtectionRequest. serializableBuilderClass()
-