| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentImage |
EnvironmentImage.clone() |
EnvironmentImage |
EnvironmentImage.withDescription(String description)
The description of the Docker image.
|
EnvironmentImage |
EnvironmentImage.withName(String name)
The name of the Docker image.
|
EnvironmentImage |
EnvironmentImage.withVersions(Collection<String> versions)
A list of environment image versions.
|
EnvironmentImage |
EnvironmentImage.withVersions(String... versions)
A list of environment image versions.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentImage> |
EnvironmentLanguage.getImages()
The list of Docker images that are related by the specified programming language.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentLanguage |
EnvironmentLanguage.withImages(EnvironmentImage... images)
The list of Docker images that are related by the specified programming language.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentLanguage.setImages(Collection<EnvironmentImage> images)
The list of Docker images that are related by the specified programming language.
|
EnvironmentLanguage |
EnvironmentLanguage.withImages(Collection<EnvironmentImage> images)
The list of Docker images that are related by the specified programming language.
|
Copyright © 2024. All rights reserved.