| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Platform |
ImportComponentRequest.platform()
The platform of the component.
|
Platform |
Component.platform()
The operating system platform of the component.
|
Platform |
ContainerRecipeSummary.platform()
The system platform for the container, such as Windows or Linux.
|
Platform |
Image.platform()
The image operating system platform, such as Linux or Windows.
|
Platform |
ComponentSummary.platform()
The operating system platform of the component.
|
Platform |
ImageSummary.platform()
The image operating system platform, such as Linux or Windows.
|
Platform |
ImageRecipeSummary.platform()
The platform of the image recipe.
|
Platform |
ImageVersion.platform()
The operating system platform of the image version, for example "Windows" or "Linux".
|
Platform |
ImageRecipe.platform()
The platform of the image recipe.
|
Platform |
ImportVmImageRequest.platform()
The operating system platform for the imported VM.
|
Platform |
ContainerRecipe.platform()
The system platform for the container, such as Windows or Linux.
|
Platform |
ComponentVersion.platform()
The platform of the component.
|
Platform |
ImagePipeline.platform()
The platform of the image pipeline.
|
Platform |
CreateComponentRequest.platform()
The operating system platform of the component.
|
Platform |
CreateContainerRecipeRequest.platformOverride()
Specifies the operating system platform when you use a custom base image.
|
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Platform> |
Platform.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.platform(Platform platform)
The platform of the component.
|
Component.Builder |
Component.Builder.platform(Platform platform)
The operating system platform of the component.
|
ContainerRecipeSummary.Builder |
ContainerRecipeSummary.Builder.platform(Platform platform)
The system platform for the container, such as Windows or Linux.
|
Image.Builder |
Image.Builder.platform(Platform platform)
The image operating system platform, such as Linux or Windows.
|
ComponentSummary.Builder |
ComponentSummary.Builder.platform(Platform platform)
The operating system platform of the component.
|
ImageSummary.Builder |
ImageSummary.Builder.platform(Platform platform)
The image operating system platform, such as Linux or Windows.
|
ImageRecipeSummary.Builder |
ImageRecipeSummary.Builder.platform(Platform platform)
The platform of the image recipe.
|
ImageVersion.Builder |
ImageVersion.Builder.platform(Platform platform)
The operating system platform of the image version, for example "Windows" or "Linux".
|
ImageRecipe.Builder |
ImageRecipe.Builder.platform(Platform platform)
The platform of the image recipe.
|
ImportVmImageRequest.Builder |
ImportVmImageRequest.Builder.platform(Platform platform)
The operating system platform for the imported VM.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.platform(Platform platform)
The system platform for the container, such as Windows or Linux.
|
ComponentVersion.Builder |
ComponentVersion.Builder.platform(Platform platform)
The platform of the component.
|
ImagePipeline.Builder |
ImagePipeline.Builder.platform(Platform platform)
The platform of the image pipeline.
|
CreateComponentRequest.Builder |
CreateComponentRequest.Builder.platform(Platform platform)
The operating system platform of the component.
|
CreateContainerRecipeRequest.Builder |
CreateContainerRecipeRequest.Builder.platformOverride(Platform platformOverride)
Specifies the operating system platform when you use a custom base image.
|
Copyright © 2023. All rights reserved.