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 ServiceConnectConfiguration
CreateServiceRequest. serviceConnectConfiguration()
The configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace.ServiceConnectConfiguration
Deployment. serviceConnectConfiguration()
The details of the Service Connect configuration that's used by this deployment.ServiceConnectConfiguration
UpdateServiceRequest. 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.Builder
CreateServiceRequest.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.Builder
Deployment.Builder. serviceConnectConfiguration(ServiceConnectConfiguration serviceConnectConfiguration)
The details of the Service Connect configuration that's used by this deployment.UpdateServiceRequest.Builder
UpdateServiceRequest.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.
-