Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ServiceConnectService |
ServiceConnectService.clone() |
ServiceConnectService |
ServiceConnectService.withClientAliases(Collection<ServiceConnectClientAlias> clientAliases)
The list of client aliases for this Service Connect service.
|
ServiceConnectService |
ServiceConnectService.withClientAliases(ServiceConnectClientAlias... clientAliases)
The list of client aliases for this Service Connect service.
|
ServiceConnectService |
ServiceConnectService.withDiscoveryName(String discoveryName)
The
discoveryName is the name of the new Cloud Map service that Amazon ECS creates for this Amazon
ECS service. |
ServiceConnectService |
ServiceConnectService.withIngressPortOverride(Integer ingressPortOverride)
The port number for the Service Connect proxy to listen on.
|
ServiceConnectService |
ServiceConnectService.withPortName(String portName)
The
portName must match the name of one of the portMappings from all the containers in
the task definition of this Amazon ECS service. |
Modifier and Type | Method and Description |
---|---|
List<ServiceConnectService> |
ServiceConnectConfiguration.getServices()
The list of Service Connect service objects.
|
Modifier and Type | Method and Description |
---|---|
ServiceConnectConfiguration |
ServiceConnectConfiguration.withServices(ServiceConnectService... services)
The list of Service Connect service objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConnectConfiguration.setServices(Collection<ServiceConnectService> services)
The list of Service Connect service objects.
|
ServiceConnectConfiguration |
ServiceConnectConfiguration.withServices(Collection<ServiceConnectService> services)
The list of Service Connect service objects.
|
Copyright © 2024. All rights reserved.