| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
TlsConfigInput |
TlsConfigInput.clone() |
TlsConfigInput |
UpdateIntegrationRequest.getTlsConfig()
The TLS configuration for a private integration.
|
TlsConfigInput |
CreateIntegrationRequest.getTlsConfig()
The TLS configuration for a private integration.
|
TlsConfigInput |
TlsConfigInput.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 |
UpdateIntegrationRequest.setTlsConfig(TlsConfigInput tlsConfig)
The TLS configuration for a private integration.
|
void |
CreateIntegrationRequest.setTlsConfig(TlsConfigInput tlsConfig)
The TLS configuration for a private integration.
|
UpdateIntegrationRequest |
UpdateIntegrationRequest.withTlsConfig(TlsConfigInput tlsConfig)
The TLS configuration for a private integration.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withTlsConfig(TlsConfigInput tlsConfig)
The TLS configuration for a private integration.
|
Copyright © 2020. All rights reserved.