Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.TLSInspectionConfigurationMetadata.Builder
-
Packages that use TLSInspectionConfigurationMetadata.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of TLSInspectionConfigurationMetadata.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return TLSInspectionConfigurationMetadata.Builder Modifier and Type Method Description TLSInspectionConfigurationMetadata.BuilderTLSInspectionConfigurationMetadata.Builder. arn(String arn)The Amazon Resource Name (ARN) of the TLS inspection configuration.static TLSInspectionConfigurationMetadata.BuilderTLSInspectionConfigurationMetadata. builder()TLSInspectionConfigurationMetadata.BuilderTLSInspectionConfigurationMetadata.Builder. name(String name)The descriptive name of the TLS inspection configuration.TLSInspectionConfigurationMetadata.BuilderTLSInspectionConfigurationMetadata. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type TLSInspectionConfigurationMetadata.Builder Modifier and Type Method Description static Class<? extends TLSInspectionConfigurationMetadata.Builder>TLSInspectionConfigurationMetadata. serializableBuilderClass()
-