Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceConnectTlsConfiguration
-
Packages that use ServiceConnectTlsConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceConnectTlsConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ServiceConnectTlsConfiguration Modifier and Type Method Description ServiceConnectTlsConfigurationServiceConnectService. tls()A reference to an object that represents a Transport Layer Security (TLS) configuration.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceConnectTlsConfiguration Modifier and Type Method Description ServiceConnectService.BuilderServiceConnectService.Builder. tls(ServiceConnectTlsConfiguration tls)A reference to an object that represents a Transport Layer Security (TLS) configuration.
-