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