Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceRegistry
-
Packages that use ServiceRegistry Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceRegistry in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ServiceRegistry Modifier and Type Method Description List<ServiceRegistry>CreateServiceRequest. serviceRegistries()The details of the service discovery registry to associate with this service.List<ServiceRegistry>CreateTaskSetRequest. serviceRegistries()The details of the service discovery registries to assign to this task set.List<ServiceRegistry>Service. serviceRegistries()The details for the service discovery registries to assign to this service.List<ServiceRegistry>TaskSet. serviceRegistries()The details for the service discovery registries to assign to this task set.List<ServiceRegistry>UpdateServiceRequest. serviceRegistries()The details for the service discovery registries to assign to this service.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceRegistry Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. serviceRegistries(ServiceRegistry... serviceRegistries)The details of the service discovery registry to associate with this service.CreateTaskSetRequest.BuilderCreateTaskSetRequest.Builder. serviceRegistries(ServiceRegistry... serviceRegistries)The details of the service discovery registries to assign to this task set.Service.BuilderService.Builder. serviceRegistries(ServiceRegistry... serviceRegistries)The details for the service discovery registries to assign to this service.TaskSet.BuilderTaskSet.Builder. serviceRegistries(ServiceRegistry... serviceRegistries)The details for the service discovery registries to assign to this task set.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. serviceRegistries(ServiceRegistry... serviceRegistries)The details for the service discovery registries to assign to this service.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ServiceRegistry Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. serviceRegistries(Collection<ServiceRegistry> serviceRegistries)The details of the service discovery registry to associate with this service.CreateTaskSetRequest.BuilderCreateTaskSetRequest.Builder. serviceRegistries(Collection<ServiceRegistry> serviceRegistries)The details of the service discovery registries to assign to this task set.Service.BuilderService.Builder. serviceRegistries(Collection<ServiceRegistry> serviceRegistries)The details for the service discovery registries to assign to this service.TaskSet.BuilderTaskSet.Builder. serviceRegistries(Collection<ServiceRegistry> serviceRegistries)The details for the service discovery registries to assign to this task set.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. serviceRegistries(Collection<ServiceRegistry> serviceRegistries)The details for the service discovery registries to assign to this service.
-