| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ImageVersion |
ImageVersion.withPlatform(Platform platform)
The operating system platform of the image version, for example "Windows" or "Linux".
|
ImageRecipeSummary |
ImageRecipeSummary.withPlatform(Platform platform)
The platform of the image recipe.
|
ImageSummary |
ImageSummary.withPlatform(Platform platform)
The image operating system platform, such as Linux or Windows.
|
ComponentVersion |
ComponentVersion.withPlatform(Platform platform)
The platform of the component.
|
ImageRecipe |
ImageRecipe.withPlatform(Platform platform)
The platform of the image recipe.
|
Image |
Image.withPlatform(Platform platform)
The image operating system platform, such as Linux or Windows.
|
ImportVmImageRequest |
ImportVmImageRequest.withPlatform(Platform platform)
The operating system platform for the imported VM.
|
ImportComponentRequest |
ImportComponentRequest.withPlatform(Platform platform)
The platform of the component.
|
CreateComponentRequest |
CreateComponentRequest.withPlatform(Platform platform)
The operating system platform of the component.
|
ImagePipeline |
ImagePipeline.withPlatform(Platform platform)
The platform of the image pipeline.
|
ContainerRecipeSummary |
ContainerRecipeSummary.withPlatform(Platform platform)
The system platform for the container, such as Windows or Linux.
|
Component |
Component.withPlatform(Platform platform)
The operating system platform of the component.
|
ContainerRecipe |
ContainerRecipe.withPlatform(Platform platform)
The system platform for the container, such as Windows or Linux.
|
ComponentSummary |
ComponentSummary.withPlatform(Platform platform)
The operating system platform of the component.
|
CreateContainerRecipeRequest |
CreateContainerRecipeRequest.withPlatformOverride(Platform platformOverride)
Specifies the operating system platform when you use a custom base image.
|
Copyright © 2023. All rights reserved.