| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceEndpoint |
ContainerServiceEndpoint.clone() |
ContainerServiceEndpoint |
ContainerServiceDeployment.getPublicEndpoint()
An object that describes the endpoint of the deployment.
|
ContainerServiceEndpoint |
ContainerServiceEndpoint.withContainerName(String containerName)
The name of the container entry of the deployment that the endpoint configuration applies to.
|
ContainerServiceEndpoint |
ContainerServiceEndpoint.withContainerPort(Integer containerPort)
The port of the specified container to which traffic is forwarded to.
|
ContainerServiceEndpoint |
ContainerServiceEndpoint.withHealthCheck(ContainerServiceHealthCheckConfig healthCheck)
An object that describes the health check configuration of the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerServiceDeployment.setPublicEndpoint(ContainerServiceEndpoint publicEndpoint)
An object that describes the endpoint of the deployment.
|
ContainerServiceDeployment |
ContainerServiceDeployment.withPublicEndpoint(ContainerServiceEndpoint publicEndpoint)
An object that describes the endpoint of the deployment.
|
Copyright © 2021. All rights reserved.