Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.TlsConfigInput
-
Packages that use TlsConfigInput Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of TlsConfigInput in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return TlsConfigInput Modifier and Type Method Description TlsConfigInputCreateIntegrationRequest. tlsConfig()The TLS configuration for a private integration.TlsConfigInputUpdateIntegrationRequest. tlsConfig()The TLS configuration for a private integration.Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type TlsConfigInput Modifier and Type Method Description CreateIntegrationRequest.BuilderCreateIntegrationRequest.Builder. tlsConfig(TlsConfigInput tlsConfig)The TLS configuration for a private integration.UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. tlsConfig(TlsConfigInput tlsConfig)The TLS configuration for a private integration.
-