Uses of Class
software.amazon.awssdk.services.lightsail.model.EndpointRequest
-
Packages that use EndpointRequest Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of EndpointRequest in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return EndpointRequest Modifier and Type Method Description EndpointRequestContainerServiceDeploymentRequest. publicEndpoint()An object that describes the endpoint of the deployment.EndpointRequestCreateContainerServiceDeploymentRequest. publicEndpoint()An object that describes the settings of the public endpoint for the container service.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type EndpointRequest Modifier and Type Method Description ContainerServiceDeploymentRequest.BuilderContainerServiceDeploymentRequest.Builder. publicEndpoint(EndpointRequest publicEndpoint)An object that describes the endpoint of the deployment.CreateContainerServiceDeploymentRequest.BuilderCreateContainerServiceDeploymentRequest.Builder. publicEndpoint(EndpointRequest publicEndpoint)An object that describes the settings of the public endpoint for the container service.
-