Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.CreateTlsInspectionConfigurationResponse.Builder
-
Packages that use CreateTlsInspectionConfigurationResponse.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of CreateTlsInspectionConfigurationResponse.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return CreateTlsInspectionConfigurationResponse.Builder Modifier and Type Method Description static CreateTlsInspectionConfigurationResponse.BuilderCreateTlsInspectionConfigurationResponse. builder()default CreateTlsInspectionConfigurationResponse.BuilderCreateTlsInspectionConfigurationResponse.Builder. tlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse)The high-level properties of a TLS inspection configuration.CreateTlsInspectionConfigurationResponse.BuilderCreateTlsInspectionConfigurationResponse.Builder. tlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse tlsInspectionConfigurationResponse)The high-level properties of a TLS inspection configuration.CreateTlsInspectionConfigurationResponse.BuilderCreateTlsInspectionConfigurationResponse. toBuilder()CreateTlsInspectionConfigurationResponse.BuilderCreateTlsInspectionConfigurationResponse.Builder. updateToken(String updateToken)A token used for optimistic locking.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type CreateTlsInspectionConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends CreateTlsInspectionConfigurationResponse.Builder>CreateTlsInspectionConfigurationResponse. serializableBuilderClass()
-