Uses of Class
software.amazon.awssdk.services.networkfirewall.model.TlsCertificateData
-
Packages that use TlsCertificateData Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of TlsCertificateData in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return TlsCertificateData Modifier and Type Method Description TlsCertificateDataTLSInspectionConfigurationResponse. certificateAuthority()Returns the value of the CertificateAuthority property for this object.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type TlsCertificateData Modifier and Type Method Description List<TlsCertificateData>TLSInspectionConfigurationResponse. certificates()A list of the certificates associated with the TLS inspection configuration.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type TlsCertificateData Modifier and Type Method Description TLSInspectionConfigurationResponse.BuilderTLSInspectionConfigurationResponse.Builder. certificateAuthority(TlsCertificateData certificateAuthority)Sets the value of the CertificateAuthority property for this object.TLSInspectionConfigurationResponse.BuilderTLSInspectionConfigurationResponse.Builder. certificates(TlsCertificateData... certificates)A list of the certificates associated with the TLS inspection configuration.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type TlsCertificateData Modifier and Type Method Description TLSInspectionConfigurationResponse.BuilderTLSInspectionConfigurationResponse.Builder. certificates(Collection<TlsCertificateData> certificates)A list of the certificates associated with the TLS inspection configuration.
-