Uses of Interface
software.amazon.awssdk.services.apigateway.model.TlsConfig.Builder
Packages that use TlsConfig.Builder
-
Uses of TlsConfig.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return TlsConfig.BuilderModifier and TypeMethodDescriptionstatic TlsConfig.BuilderTlsConfig.builder()TlsConfig.Builder.insecureSkipVerification(Boolean insecureSkipVerification) Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority.TlsConfig.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type TlsConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TlsConfig.Builder>TlsConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type TlsConfig.BuilderModifier and TypeMethodDescriptiondefault GetIntegrationResponse.BuilderGetIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig) Specifies the TLS configuration for an integration.default Integration.BuilderIntegration.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig) Specifies the TLS configuration for an integration.default PutIntegrationRequest.BuilderPutIntegrationRequest.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig) Sets the value of the TlsConfig property for this object.default PutIntegrationResponse.BuilderPutIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig) Specifies the TLS configuration for an integration.UpdateIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig) Specifies the TLS configuration for an integration.