Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.TlsConfig.Builder
-
Packages that use TlsConfig.Builder Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of TlsConfig.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return TlsConfig.Builder Modifier and Type Method Description static TlsConfig.BuilderTlsConfig. builder()TlsConfig.BuilderTlsConfig.Builder. serverNameToVerify(String serverNameToVerify)If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate.TlsConfig.BuilderTlsConfig. toBuilder()Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type TlsConfig.Builder Modifier and Type Method Description static Class<? extends TlsConfig.Builder>TlsConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apigatewayv2.model with type arguments of type TlsConfig.Builder Modifier and Type Method Description default CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)The TLS configuration for a private integration.default GetIntegrationResponse.BuilderGetIntegrationResponse.Builder. tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)The TLS configuration for a private integration.default Integration.BuilderIntegration.Builder. tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)The TLS configuration for a private integration.default UpdateIntegrationResponse.BuilderUpdateIntegrationResponse.Builder. tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)The TLS configuration for a private integration.
-