| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TlsConfig.Builder |
TlsConfig.builder() |
TlsConfig.Builder |
TlsConfig.Builder.serverNameToVerify(String serverNameToVerify)
If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate.
|
TlsConfig.Builder |
TlsConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TlsConfig.Builder> |
TlsConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetIntegrationResponse.Builder |
GetIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
The TLS configuration for a private integration.
|
default CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
The TLS configuration for a private integration.
|
default Integration.Builder |
Integration.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
The TLS configuration for a private integration.
|
default UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
The TLS configuration for a private integration.
|
Copyright © 2023. All rights reserved.