Uses of Class
software.amazon.awssdk.services.apigateway.model.TlsConfig
-
Packages that use TlsConfig Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of TlsConfig in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return TlsConfig Modifier and Type Method Description TlsConfigGetIntegrationResponse. tlsConfig()Specifies the TLS configuration for an integration.TlsConfigIntegration. tlsConfig()Specifies the TLS configuration for an integration.TlsConfigPutIntegrationRequest. tlsConfig()Returns the value of the TlsConfig property for this object.TlsConfigPutIntegrationResponse. tlsConfig()Specifies the TLS configuration for an integration.TlsConfigUpdateIntegrationResponse. tlsConfig()Specifies the TLS configuration for an integration.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type TlsConfig Modifier and Type Method Description GetIntegrationResponse.BuilderGetIntegrationResponse.Builder. tlsConfig(TlsConfig tlsConfig)Specifies the TLS configuration for an integration.Integration.BuilderIntegration.Builder. tlsConfig(TlsConfig tlsConfig)Specifies the TLS configuration for an integration.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. tlsConfig(TlsConfig tlsConfig)Sets the value of the TlsConfig property for this object.PutIntegrationResponse.BuilderPutIntegrationResponse.Builder. tlsConfig(TlsConfig tlsConfig)Specifies the TLS configuration for an integration.UpdateIntegrationResponse.BuilderUpdateIntegrationResponse.Builder. tlsConfig(TlsConfig tlsConfig)Specifies the TLS configuration for an integration.
-