Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.TlsConfig
-
Packages that use TlsConfig Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of TlsConfig in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return TlsConfig Modifier and Type Method Description TlsConfigCreateIntegrationResponse. tlsConfig()The TLS configuration for a private integration.TlsConfigGetIntegrationResponse. tlsConfig()The TLS configuration for a private integration.TlsConfigIntegration. tlsConfig()The TLS configuration for a private integration.TlsConfigUpdateIntegrationResponse. tlsConfig()The TLS configuration for a private integration.Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type TlsConfig Modifier and Type Method Description CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. tlsConfig(TlsConfig tlsConfig)The TLS configuration for a private integration.GetIntegrationResponse.BuilderGetIntegrationResponse.Builder. tlsConfig(TlsConfig tlsConfig)The TLS configuration for a private integration.Integration.BuilderIntegration.Builder. tlsConfig(TlsConfig tlsConfig)The TLS configuration for a private integration.UpdateIntegrationResponse.BuilderUpdateIntegrationResponse.Builder. tlsConfig(TlsConfig tlsConfig)The TLS configuration for a private integration.
-