| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
TlsConfig |
PutIntegrationRequest.tlsConfig()
Returns the value of the TlsConfig property for this object.
|
TlsConfig |
UpdateIntegrationResponse.tlsConfig()
Specifies the TLS configuration for an integration.
|
TlsConfig |
PutIntegrationResponse.tlsConfig()
Specifies the TLS configuration for an integration.
|
TlsConfig |
GetIntegrationResponse.tlsConfig()
Specifies the TLS configuration for an integration.
|
TlsConfig |
Integration.tlsConfig()
Specifies the TLS configuration for an integration.
|
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.tlsConfig(TlsConfig tlsConfig)
Sets the value of the TlsConfig property for this object.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.tlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
PutIntegrationResponse.Builder |
PutIntegrationResponse.Builder.tlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
GetIntegrationResponse.Builder |
GetIntegrationResponse.Builder.tlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
Integration.Builder |
Integration.Builder.tlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
Copyright © 2023. All rights reserved.