| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerImage |
RegisterContainerImageResponse.containerImage()
An object that describes a container image that is registered to a Lightsail container service
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerImage> |
GetContainerImagesResponse.containerImages()
An array of objects that describe container images that are registered to the container service.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterContainerImageResponse.Builder |
RegisterContainerImageResponse.Builder.containerImage(ContainerImage containerImage)
An object that describes a container image that is registered to a Lightsail container service
|
GetContainerImagesResponse.Builder |
GetContainerImagesResponse.Builder.containerImages(ContainerImage... containerImages)
An array of objects that describe container images that are registered to the container service.
|
| Modifier and Type | Method and Description |
|---|---|
GetContainerImagesResponse.Builder |
GetContainerImagesResponse.Builder.containerImages(Collection<ContainerImage> containerImages)
An array of objects that describe container images that are registered to the container service.
|
Copyright © 2022. All rights reserved.