Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.DeleteTlsInspectionConfigurationRequest.Builder
-
Packages that use DeleteTlsInspectionConfigurationRequest.Builder Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.model -
-
Uses of DeleteTlsInspectionConfigurationRequest.Builder in software.amazon.awssdk.services.networkfirewall
Method parameters in software.amazon.awssdk.services.networkfirewall with type arguments of type DeleteTlsInspectionConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. deleteTLSInspectionConfiguration(Consumer<DeleteTlsInspectionConfigurationRequest.Builder> deleteTlsInspectionConfigurationRequest)Deletes the specified TLSInspectionConfiguration.default DeleteTlsInspectionConfigurationResponseNetworkFirewallClient. deleteTLSInspectionConfiguration(Consumer<DeleteTlsInspectionConfigurationRequest.Builder> deleteTlsInspectionConfigurationRequest)Deletes the specified TLSInspectionConfiguration. -
Uses of DeleteTlsInspectionConfigurationRequest.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return DeleteTlsInspectionConfigurationRequest.Builder Modifier and Type Method Description static DeleteTlsInspectionConfigurationRequest.BuilderDeleteTlsInspectionConfigurationRequest. builder()DeleteTlsInspectionConfigurationRequest.BuilderDeleteTlsInspectionConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTlsInspectionConfigurationRequest.BuilderDeleteTlsInspectionConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTlsInspectionConfigurationRequest.BuilderDeleteTlsInspectionConfigurationRequest.Builder. tlsInspectionConfigurationArn(String tlsInspectionConfigurationArn)The Amazon Resource Name (ARN) of the TLS inspection configuration.DeleteTlsInspectionConfigurationRequest.BuilderDeleteTlsInspectionConfigurationRequest.Builder. tlsInspectionConfigurationName(String tlsInspectionConfigurationName)The descriptive name of the TLS inspection configuration.DeleteTlsInspectionConfigurationRequest.BuilderDeleteTlsInspectionConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type DeleteTlsInspectionConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteTlsInspectionConfigurationRequest.Builder>DeleteTlsInspectionConfigurationRequest. serializableBuilderClass()
-