Uses of Class
software.amazon.awssdk.services.networkfirewall.model.CreateTlsInspectionConfigurationResponse
-
Packages that use CreateTlsInspectionConfigurationResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of CreateTlsInspectionConfigurationResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return CreateTlsInspectionConfigurationResponse Modifier and Type Method Description default CreateTlsInspectionConfigurationResponseNetworkFirewallClient. createTLSInspectionConfiguration(Consumer<CreateTlsInspectionConfigurationRequest.Builder> createTlsInspectionConfigurationRequest)Creates an Network Firewall TLS inspection configuration.default CreateTlsInspectionConfigurationResponseNetworkFirewallClient. createTLSInspectionConfiguration(CreateTlsInspectionConfigurationRequest createTlsInspectionConfigurationRequest)Creates an Network Firewall TLS inspection configuration.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type CreateTlsInspectionConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. createTLSInspectionConfiguration(Consumer<CreateTlsInspectionConfigurationRequest.Builder> createTlsInspectionConfigurationRequest)Creates an Network Firewall TLS inspection configuration.default CompletableFuture<CreateTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. createTLSInspectionConfiguration(CreateTlsInspectionConfigurationRequest createTlsInspectionConfigurationRequest)Creates an Network Firewall TLS inspection configuration.
-