| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
TlsConfig |
TlsConfig.clone() |
TlsConfig |
GetIntegrationResult.getTlsConfig()
Specifies the TLS configuration for an integration.
|
TlsConfig |
PutIntegrationRequest.getTlsConfig() |
TlsConfig |
UpdateIntegrationResult.getTlsConfig()
Specifies the TLS configuration for an integration.
|
TlsConfig |
Integration.getTlsConfig()
Specifies the TLS configuration for an integration.
|
TlsConfig |
PutIntegrationResult.getTlsConfig()
Specifies the TLS configuration for an integration.
|
TlsConfig |
TlsConfig.withInsecureSkipVerification(Boolean insecureSkipVerification)
Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is
issued by a supported certificate authority.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIntegrationResult.setTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
void |
PutIntegrationRequest.setTlsConfig(TlsConfig tlsConfig) |
void |
UpdateIntegrationResult.setTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
void |
Integration.setTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
void |
PutIntegrationResult.setTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
GetIntegrationResult |
GetIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
PutIntegrationRequest |
PutIntegrationRequest.withTlsConfig(TlsConfig tlsConfig) |
UpdateIntegrationResult |
UpdateIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
Integration |
Integration.withTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
PutIntegrationResult |
PutIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
Copyright © 2021. All rights reserved.