| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static TlsConfig.Builder |
TlsConfig.builder() |
TlsConfig.Builder |
TlsConfig.Builder.insecureSkipVerification(Boolean insecureSkipVerification)
Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is
issued by a supported certificate authority.
|
TlsConfig.Builder |
TlsConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TlsConfig.Builder> |
TlsConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
Sets the value of the TlsConfig property for this object.
|
default UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
Specifies the TLS configuration for an integration.
|
default PutIntegrationResponse.Builder |
PutIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
Specifies the TLS configuration for an integration.
|
default GetIntegrationResponse.Builder |
GetIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
Specifies the TLS configuration for an integration.
|
default Integration.Builder |
Integration.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
Specifies the TLS configuration for an integration.
|
Copyright © 2023. All rights reserved.