| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
TlsConfig |
TlsConfig.clone() |
TlsConfig |
Integration.getTlsConfig()
The TLS configuration for a private integration.
|
TlsConfig |
GetIntegrationResult.getTlsConfig()
The TLS configuration for a private integration.
|
TlsConfig |
UpdateIntegrationResult.getTlsConfig()
The TLS configuration for a private integration.
|
TlsConfig |
CreateIntegrationResult.getTlsConfig()
The TLS configuration for a private integration.
|
TlsConfig |
TlsConfig.withServerNameToVerify(String serverNameToVerify)
If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Integration.setTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
void |
GetIntegrationResult.setTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
void |
UpdateIntegrationResult.setTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
void |
CreateIntegrationResult.setTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
Integration |
Integration.withTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
GetIntegrationResult |
GetIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
Copyright © 2021. All rights reserved.