Uses of Class
software.amazon.awssdk.services.lightsail.model.Container
-
Packages that use Container Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Container in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Container Modifier and Type Method Description Map<String,Container>ContainerServiceDeployment. containers()An object that describes the configuration for the containers of the deployment.Map<String,Container>ContainerServiceDeploymentRequest. containers()An object that describes the configuration for the containers of the deployment.Map<String,Container>CreateContainerServiceDeploymentRequest. containers()An object that describes the settings of the containers that will be launched on the container service.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type Container Modifier and Type Method Description ContainerServiceDeployment.BuilderContainerServiceDeployment.Builder. containers(Map<String,Container> containers)An object that describes the configuration for the containers of the deployment.ContainerServiceDeploymentRequest.BuilderContainerServiceDeploymentRequest.Builder. containers(Map<String,Container> containers)An object that describes the configuration for the containers of the deployment.CreateContainerServiceDeploymentRequest.BuilderCreateContainerServiceDeploymentRequest.Builder. containers(Map<String,Container> containers)An object that describes the settings of the containers that will be launched on the container service.
-