Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
ServiceRegistry.clone() |
ServiceRegistry |
ServiceRegistry.withContainerName(String containerName)
The container name value to be used for your service discovery service.
|
ServiceRegistry |
ServiceRegistry.withContainerPort(Integer containerPort)
The port value to be used for your service discovery service.
|
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> |
CreateTaskSetRequest.getServiceRegistries()
The details of the service discovery registries to assign to this task set.
|
List<ServiceRegistry> |
TaskSet.getServiceRegistries()
The details for the service discovery registries to assign to this task set.
|
List<ServiceRegistry> |
Service.getServiceRegistries()
The details for the service discovery registries to assign to this service.
|
List<ServiceRegistry> |
CreateServiceRequest.getServiceRegistries()
The details of the service discovery registry to associate with this service.
|
List<ServiceRegistry> |
UpdateServiceRequest.getServiceRegistries()
The details for the service discovery registries to assign to this service.
|
Modifier and Type | Method and Description |
---|---|
CreateTaskSetRequest |
CreateTaskSetRequest.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
TaskSet |
TaskSet.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details for the service discovery registries to assign to this task set.
|
Service |
Service.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details for the service discovery registries to assign to this service.
|
CreateServiceRequest |
CreateServiceRequest.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details of the service discovery registry to associate with this service.
|
UpdateServiceRequest |
UpdateServiceRequest.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details for the service discovery registries to assign to this service.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTaskSetRequest.setServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
void |
TaskSet.setServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this task set.
|
void |
Service.setServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this service.
|
void |
CreateServiceRequest.setServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registry to associate with this service.
|
void |
UpdateServiceRequest.setServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this service.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
TaskSet |
TaskSet.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this task set.
|
Service |
Service.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this service.
|
CreateServiceRequest |
CreateServiceRequest.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registry to associate with this service.
|
UpdateServiceRequest |
UpdateServiceRequest.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this service.
|
Copyright © 2024. All rights reserved.