| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.addEnvironmentEntry(String key,
String value)
Add a single Environment entry
|
Container |
Container.addPortsEntry(String key,
String value)
Add a single Ports entry
|
Container |
Container.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
Container |
Container.clearPortsEntries()
Removes all the entries added into Ports.
|
Container |
Container.clone() |
Container |
Container.withCommand(Collection<String> command)
The launch command for the container.
|
Container |
Container.withCommand(String... command)
The launch command for the container.
|
Container |
Container.withEnvironment(Map<String,String> environment)
The environment variables of the container.
|
Container |
Container.withImage(String image)
The name of the image used for the container.
|
Container |
Container.withPorts(Map<String,String> ports)
The open firewall ports of the container.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Container> |
CreateContainerServiceDeploymentRequest.getContainers()
An object that describes the settings of the containers that will be launched on the container service.
|
Map<String,Container> |
ContainerServiceDeploymentRequest.getContainers()
An object that describes the configuration for the containers of the deployment.
|
Map<String,Container> |
ContainerServiceDeployment.getContainers()
An object that describes the configuration for the containers of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContainerServiceDeploymentRequest |
CreateContainerServiceDeploymentRequest.addContainersEntry(String key,
Container value)
Add a single Containers entry
|
ContainerServiceDeploymentRequest |
ContainerServiceDeploymentRequest.addContainersEntry(String key,
Container value)
Add a single Containers entry
|
ContainerServiceDeployment |
ContainerServiceDeployment.addContainersEntry(String key,
Container value)
Add a single Containers entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateContainerServiceDeploymentRequest.setContainers(Map<String,Container> containers)
An object that describes the settings of the containers that will be launched on the container service.
|
void |
ContainerServiceDeploymentRequest.setContainers(Map<String,Container> containers)
An object that describes the configuration for the containers of the deployment.
|
void |
ContainerServiceDeployment.setContainers(Map<String,Container> containers)
An object that describes the configuration for the containers of the deployment.
|
CreateContainerServiceDeploymentRequest |
CreateContainerServiceDeploymentRequest.withContainers(Map<String,Container> containers)
An object that describes the settings of the containers that will be launched on the container service.
|
ContainerServiceDeploymentRequest |
ContainerServiceDeploymentRequest.withContainers(Map<String,Container> containers)
An object that describes the configuration for the containers of the deployment.
|
ContainerServiceDeployment |
ContainerServiceDeployment.withContainers(Map<String,Container> containers)
An object that describes the configuration for the containers of the deployment.
|
Copyright © 2022. All rights reserved.