Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.ListTlsInspectionConfigurationsResponse.Builder
-
Packages that use ListTlsInspectionConfigurationsResponse.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of ListTlsInspectionConfigurationsResponse.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return ListTlsInspectionConfigurationsResponse.Builder Modifier and Type Method Description static ListTlsInspectionConfigurationsResponse.BuilderListTlsInspectionConfigurationsResponse. builder()ListTlsInspectionConfigurationsResponse.BuilderListTlsInspectionConfigurationsResponse.Builder. nextToken(String nextToken)When you request a list of objects with aMaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextTokenvalue in the response.ListTlsInspectionConfigurationsResponse.BuilderListTlsInspectionConfigurationsResponse.Builder. tlsInspectionConfigurations(Collection<TLSInspectionConfigurationMetadata> tlsInspectionConfigurations)The TLS inspection configuration metadata objects that you've defined.ListTlsInspectionConfigurationsResponse.BuilderListTlsInspectionConfigurationsResponse.Builder. tlsInspectionConfigurations(Consumer<TLSInspectionConfigurationMetadata.Builder>... tlsInspectionConfigurations)The TLS inspection configuration metadata objects that you've defined.ListTlsInspectionConfigurationsResponse.BuilderListTlsInspectionConfigurationsResponse.Builder. tlsInspectionConfigurations(TLSInspectionConfigurationMetadata... tlsInspectionConfigurations)The TLS inspection configuration metadata objects that you've defined.ListTlsInspectionConfigurationsResponse.BuilderListTlsInspectionConfigurationsResponse. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type ListTlsInspectionConfigurationsResponse.Builder Modifier and Type Method Description static Class<? extends ListTlsInspectionConfigurationsResponse.Builder>ListTlsInspectionConfigurationsResponse. serializableBuilderClass()
-