| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
ServiceRegistry.clone() |
ServiceRegistry |
ServiceRegistry.withPort(Integer port)
The port value used if your Service Discovery service specified an SRV record.
|
ServiceRegistry |
ServiceRegistry.withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the Service Registry.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceRegistry> |
CreateServiceRequest.getServiceRegistries()
The details of the service discovery registries you want to assign to this service.
|
List<ServiceRegistry> |
Service.getServiceRegistries()
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest |
CreateServiceRequest.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details of the service discovery registries you want to assign to this service.
|
Service |
Service.withServiceRegistries(ServiceRegistry... serviceRegistries)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateServiceRequest.setServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registries you want to assign to this service.
|
void |
Service.setServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
|
CreateServiceRequest |
CreateServiceRequest.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registries you want to assign to this service.
|
Service |
Service.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
|
Copyright © 2018. All rights reserved.