| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model | |
| software.amazon.awssdk.services.networkfirewall.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TLSInspectionConfigurationMetadata> |
ListTlsInspectionConfigurationsResponse.tlsInspectionConfigurations()
The TLS inspection configuration metadata objects that you've defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListTlsInspectionConfigurationsResponse.Builder |
ListTlsInspectionConfigurationsResponse.Builder.tlsInspectionConfigurations(TLSInspectionConfigurationMetadata... tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListTlsInspectionConfigurationsResponse.Builder |
ListTlsInspectionConfigurationsResponse.Builder.tlsInspectionConfigurations(Collection<TLSInspectionConfigurationMetadata> tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TLSInspectionConfigurationMetadata> |
ListTLSInspectionConfigurationsIterable.tlsInspectionConfigurations()
Returns an iterable to iterate through the paginated
ListTlsInspectionConfigurationsResponse.tlsInspectionConfigurations() member. |
SdkPublisher<TLSInspectionConfigurationMetadata> |
ListTLSInspectionConfigurationsPublisher.tlsInspectionConfigurations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.