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