| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerImage |
ContainerImage.clone() |
ContainerImage |
RegisterContainerImageResult.getContainerImage()
An object that describes a container image that is registered to a Lightsail container service
|
ContainerImage |
ContainerImage.withCreatedAt(Date createdAt)
The timestamp when the container image was created.
|
ContainerImage |
ContainerImage.withDigest(String digest)
The digest of the container image.
|
ContainerImage |
ContainerImage.withImage(String image)
The name of the container image.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerImage> |
GetContainerImagesResult.getContainerImages()
An array of objects that describe container images that are registered to the container service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterContainerImageResult.setContainerImage(ContainerImage containerImage)
An object that describes a container image that is registered to a Lightsail container service
|
RegisterContainerImageResult |
RegisterContainerImageResult.withContainerImage(ContainerImage containerImage)
An object that describes a container image that is registered to a Lightsail container service
|
GetContainerImagesResult |
GetContainerImagesResult.withContainerImages(ContainerImage... containerImages)
An array of objects that describe container images that are registered to the container service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContainerImagesResult.setContainerImages(Collection<ContainerImage> containerImages)
An array of objects that describe container images that are registered to the container service.
|
GetContainerImagesResult |
GetContainerImagesResult.withContainerImages(Collection<ContainerImage> containerImages)
An array of objects that describe container images that are registered to the container service.
|
Copyright © 2023. All rights reserved.