Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.ListTlsInspectionConfigurationsRequest.Builder
-
Packages that use ListTlsInspectionConfigurationsRequest.Builder Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.model -
-
Uses of ListTlsInspectionConfigurationsRequest.Builder in software.amazon.awssdk.services.networkfirewall
-
Uses of ListTlsInspectionConfigurationsRequest.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return ListTlsInspectionConfigurationsRequest.Builder Modifier and Type Method Description static ListTlsInspectionConfigurationsRequest.BuilderListTlsInspectionConfigurationsRequest. builder()ListTlsInspectionConfigurationsRequest.BuilderListTlsInspectionConfigurationsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects that you want Network Firewall to return for this request.ListTlsInspectionConfigurationsRequest.BuilderListTlsInspectionConfigurationsRequest.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.ListTlsInspectionConfigurationsRequest.BuilderListTlsInspectionConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTlsInspectionConfigurationsRequest.BuilderListTlsInspectionConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTlsInspectionConfigurationsRequest.BuilderListTlsInspectionConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type ListTlsInspectionConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListTlsInspectionConfigurationsRequest.Builder>ListTlsInspectionConfigurationsRequest. serializableBuilderClass()
-