| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.