| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall |
This is the API Reference for Network Firewall.
|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
default ListTlsInspectionConfigurationsResponse |
NetworkFirewallClient.listTLSInspectionConfigurations(Consumer<ListTlsInspectionConfigurationsRequest.Builder> listTlsInspectionConfigurationsRequest)
Retrieves the metadata for the TLS inspection configurations that you have defined.
|
default CompletableFuture<ListTlsInspectionConfigurationsResponse> |
NetworkFirewallAsyncClient.listTLSInspectionConfigurations(Consumer<ListTlsInspectionConfigurationsRequest.Builder> listTlsInspectionConfigurationsRequest)
Retrieves the metadata for the TLS inspection configurations that you have defined.
|
default ListTLSInspectionConfigurationsIterable |
NetworkFirewallClient.listTLSInspectionConfigurationsPaginator(Consumer<ListTlsInspectionConfigurationsRequest.Builder> listTlsInspectionConfigurationsRequest)
Retrieves the metadata for the TLS inspection configurations that you have defined.
|
default ListTLSInspectionConfigurationsPublisher |
NetworkFirewallAsyncClient.listTLSInspectionConfigurationsPaginator(Consumer<ListTlsInspectionConfigurationsRequest.Builder> listTlsInspectionConfigurationsRequest)
Retrieves the metadata for the TLS inspection configurations that you have defined.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTlsInspectionConfigurationsRequest.Builder |
ListTlsInspectionConfigurationsRequest.builder() |
ListTlsInspectionConfigurationsRequest.Builder |
ListTlsInspectionConfigurationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects that you want Network Firewall to return for this request.
|
ListTlsInspectionConfigurationsRequest.Builder |
ListTlsInspectionConfigurationsRequest.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. |
ListTlsInspectionConfigurationsRequest.Builder |
ListTlsInspectionConfigurationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTlsInspectionConfigurationsRequest.Builder |
ListTlsInspectionConfigurationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTlsInspectionConfigurationsRequest.Builder |
ListTlsInspectionConfigurationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTlsInspectionConfigurationsRequest.Builder> |
ListTlsInspectionConfigurationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.