| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceDeployment |
ContainerServiceDeployment.addContainersEntry(String key,
Container value)
Add a single Containers entry
|
ContainerServiceDeployment |
ContainerServiceDeployment.clearContainersEntries()
Removes all the entries added into Containers.
|
ContainerServiceDeployment |
ContainerServiceDeployment.clone() |
ContainerServiceDeployment |
ContainerService.getCurrentDeployment()
An object that describes the current container deployment of the container service.
|
ContainerServiceDeployment |
ContainerService.getNextDeployment()
An object that describes the next deployment of the container service.
|
ContainerServiceDeployment |
ContainerServiceDeployment.withContainers(Map<String,Container> containers)
An object that describes the configuration for the containers of the deployment.
|
ContainerServiceDeployment |
ContainerServiceDeployment.withCreatedAt(Date createdAt)
The timestamp when the deployment was created.
|
ContainerServiceDeployment |
ContainerServiceDeployment.withPublicEndpoint(ContainerServiceEndpoint publicEndpoint)
An object that describes the endpoint of the deployment.
|
ContainerServiceDeployment |
ContainerServiceDeployment.withState(ContainerServiceDeploymentState state)
The state of the deployment.
|
ContainerServiceDeployment |
ContainerServiceDeployment.withState(String state)
The state of the deployment.
|
ContainerServiceDeployment |
ContainerServiceDeployment.withVersion(Integer version)
The version number of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerServiceDeployment> |
GetContainerServiceDeploymentsResult.getDeployments()
An array of objects that describe deployments for a container service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerService.setCurrentDeployment(ContainerServiceDeployment currentDeployment)
An object that describes the current container deployment of the container service.
|
void |
ContainerService.setNextDeployment(ContainerServiceDeployment nextDeployment)
An object that describes the next deployment of the container service.
|
ContainerService |
ContainerService.withCurrentDeployment(ContainerServiceDeployment currentDeployment)
An object that describes the current container deployment of the container service.
|
GetContainerServiceDeploymentsResult |
GetContainerServiceDeploymentsResult.withDeployments(ContainerServiceDeployment... deployments)
An array of objects that describe deployments for a container service.
|
ContainerService |
ContainerService.withNextDeployment(ContainerServiceDeployment nextDeployment)
An object that describes the next deployment of the container service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContainerServiceDeploymentsResult.setDeployments(Collection<ContainerServiceDeployment> deployments)
An array of objects that describe deployments for a container service.
|
GetContainerServiceDeploymentsResult |
GetContainerServiceDeploymentsResult.withDeployments(Collection<ContainerServiceDeployment> deployments)
An array of objects that describe deployments for a container service.
|
Copyright © 2024. All rights reserved.