| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTlsInspectionConfigurationsResponse.Builder |
ListTlsInspectionConfigurationsResponse.builder() |
ListTlsInspectionConfigurationsResponse.Builder |
ListTlsInspectionConfigurationsResponse.Builder.nextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Network Firewall returns a
NextToken value in the response. |
ListTlsInspectionConfigurationsResponse.Builder |
ListTlsInspectionConfigurationsResponse.Builder.tlsInspectionConfigurations(Collection<TLSInspectionConfigurationMetadata> tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined.
|
ListTlsInspectionConfigurationsResponse.Builder |
ListTlsInspectionConfigurationsResponse.Builder.tlsInspectionConfigurations(Consumer<TLSInspectionConfigurationMetadata.Builder>... tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined.
|
ListTlsInspectionConfigurationsResponse.Builder |
ListTlsInspectionConfigurationsResponse.Builder.tlsInspectionConfigurations(TLSInspectionConfigurationMetadata... tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined.
|
ListTlsInspectionConfigurationsResponse.Builder |
ListTlsInspectionConfigurationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTlsInspectionConfigurationsResponse.Builder> |
ListTlsInspectionConfigurationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.