Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallEncryptionConfigurationResponse
-
Packages that use UpdateFirewallEncryptionConfigurationResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of UpdateFirewallEncryptionConfigurationResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return UpdateFirewallEncryptionConfigurationResponse Modifier and Type Method Description default UpdateFirewallEncryptionConfigurationResponseNetworkFirewallClient. updateFirewallEncryptionConfiguration(Consumer<UpdateFirewallEncryptionConfigurationRequest.Builder> updateFirewallEncryptionConfigurationRequest)A complex type that contains settings for encryption of your firewall resources.default UpdateFirewallEncryptionConfigurationResponseNetworkFirewallClient. updateFirewallEncryptionConfiguration(UpdateFirewallEncryptionConfigurationRequest updateFirewallEncryptionConfigurationRequest)A complex type that contains settings for encryption of your firewall resources.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type UpdateFirewallEncryptionConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateFirewallEncryptionConfigurationResponse>NetworkFirewallAsyncClient. updateFirewallEncryptionConfiguration(Consumer<UpdateFirewallEncryptionConfigurationRequest.Builder> updateFirewallEncryptionConfigurationRequest)A complex type that contains settings for encryption of your firewall resources.default CompletableFuture<UpdateFirewallEncryptionConfigurationResponse>NetworkFirewallAsyncClient. updateFirewallEncryptionConfiguration(UpdateFirewallEncryptionConfigurationRequest updateFirewallEncryptionConfigurationRequest)A complex type that contains settings for encryption of your firewall resources.
-