Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceConnectConfiguration
-
Packages that use ServiceConnectConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceConnectConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ServiceConnectConfiguration Modifier and Type Method Description ServiceConnectConfigurationCreateServiceRequest. serviceConnectConfiguration()The configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace.ServiceConnectConfigurationDeployment. serviceConnectConfiguration()The details of the Service Connect configuration that's used by this deployment.ServiceConnectConfigurationServiceRevision. serviceConnectConfiguration()Returns the value of the ServiceConnectConfiguration property for this object.ServiceConnectConfigurationUpdateServiceRequest. serviceConnectConfiguration()The configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceConnectConfiguration Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. serviceConnectConfiguration(ServiceConnectConfiguration serviceConnectConfiguration)The configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace.Deployment.BuilderDeployment.Builder. serviceConnectConfiguration(ServiceConnectConfiguration serviceConnectConfiguration)The details of the Service Connect configuration that's used by this deployment.ServiceRevision.BuilderServiceRevision.Builder. serviceConnectConfiguration(ServiceConnectConfiguration serviceConnectConfiguration)Sets the value of the ServiceConnectConfiguration property for this object.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. serviceConnectConfiguration(ServiceConnectConfiguration serviceConnectConfiguration)The configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace.
-