Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.UpdateTlsInspectionConfigurationResponse.Builder
-
Packages that use UpdateTlsInspectionConfigurationResponse.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of UpdateTlsInspectionConfigurationResponse.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return UpdateTlsInspectionConfigurationResponse.Builder Modifier and Type Method Description static UpdateTlsInspectionConfigurationResponse.BuilderUpdateTlsInspectionConfigurationResponse. builder()default UpdateTlsInspectionConfigurationResponse.BuilderUpdateTlsInspectionConfigurationResponse.Builder. tlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse)The high-level properties of a TLS inspection configuration.UpdateTlsInspectionConfigurationResponse.BuilderUpdateTlsInspectionConfigurationResponse.Builder. tlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse tlsInspectionConfigurationResponse)The high-level properties of a TLS inspection configuration.UpdateTlsInspectionConfigurationResponse.BuilderUpdateTlsInspectionConfigurationResponse. toBuilder()UpdateTlsInspectionConfigurationResponse.BuilderUpdateTlsInspectionConfigurationResponse.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 UpdateTlsInspectionConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends UpdateTlsInspectionConfigurationResponse.Builder>UpdateTlsInspectionConfigurationResponse. serializableBuilderClass()
-