Uses of Interface
software.amazon.awssdk.services.apigateway.model.TlsConfig.Builder
-
Packages that use TlsConfig.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of TlsConfig.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return TlsConfig.Builder Modifier and Type Method Description static TlsConfig.BuilderTlsConfig. builder()TlsConfig.BuilderTlsConfig.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.BuilderTlsConfig. toBuilder()Methods in software.amazon.awssdk.services.apigateway.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.apigateway.model with type arguments of type TlsConfig.Builder Modifier and Type Method Description default 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.default UpdateIntegrationResponse.BuilderUpdateIntegrationResponse.Builder. tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)Specifies the TLS configuration for an integration.
-