Uses of Class
software.amazon.awssdk.services.networkfirewall.model.TLSInspectionConfigurationMetadata
-
Packages that use TLSInspectionConfigurationMetadata Package Description software.amazon.awssdk.services.networkfirewall.model software.amazon.awssdk.services.networkfirewall.paginators -
-
Uses of TLSInspectionConfigurationMetadata in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type TLSInspectionConfigurationMetadata Modifier and Type Method Description List<TLSInspectionConfigurationMetadata>ListTlsInspectionConfigurationsResponse. tlsInspectionConfigurations()The TLS inspection configuration metadata objects that you've defined.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type TLSInspectionConfigurationMetadata Modifier and Type Method Description ListTlsInspectionConfigurationsResponse.BuilderListTlsInspectionConfigurationsResponse.Builder. tlsInspectionConfigurations(TLSInspectionConfigurationMetadata... tlsInspectionConfigurations)The TLS inspection configuration metadata objects that you've defined.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type TLSInspectionConfigurationMetadata Modifier and Type Method Description ListTlsInspectionConfigurationsResponse.BuilderListTlsInspectionConfigurationsResponse.Builder. tlsInspectionConfigurations(Collection<TLSInspectionConfigurationMetadata> tlsInspectionConfigurations)The TLS inspection configuration metadata objects that you've defined. -
Uses of TLSInspectionConfigurationMetadata in software.amazon.awssdk.services.networkfirewall.paginators
Methods in software.amazon.awssdk.services.networkfirewall.paginators that return types with arguments of type TLSInspectionConfigurationMetadata Modifier and Type Method Description SdkIterable<TLSInspectionConfigurationMetadata>ListTLSInspectionConfigurationsIterable. tlsInspectionConfigurations()Returns an iterable to iterate through the paginatedListTlsInspectionConfigurationsResponse.tlsInspectionConfigurations()member.SdkPublisher<TLSInspectionConfigurationMetadata>ListTLSInspectionConfigurationsPublisher. tlsInspectionConfigurations()Returns a publisher that can be used to get a stream of data.
-