Uses of Class
software.amazon.awssdk.services.imagebuilder.model.Platform
-
Packages that use Platform Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of Platform in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return Platform Modifier and Type Method Description static PlatformPlatform. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlatformComponent. platform()The operating system platform of the component.PlatformComponentSummary. platform()The operating system platform of the component.PlatformComponentVersion. platform()The platform of the component.PlatformContainerRecipe. platform()The system platform for the container, such as Windows or Linux.PlatformContainerRecipeSummary. platform()The system platform for the container, such as Windows or Linux.PlatformCreateComponentRequest. platform()The operating system platform of the component.PlatformImage. platform()The image operating system platform, such as Linux or Windows.PlatformImagePipeline. platform()The platform of the image pipeline.PlatformImageRecipe. platform()The platform of the image recipe.PlatformImageRecipeSummary. platform()The platform of the image recipe.PlatformImageSummary. platform()The image operating system platform, such as Linux or Windows.PlatformImageVersion. platform()The operating system platform of the image version, for example "Windows" or "Linux".PlatformImportComponentRequest. platform()The platform of the component.PlatformImportVmImageRequest. platform()The operating system platform for the imported VM.PlatformCreateContainerRecipeRequest. platformOverride()Specifies the operating system platform when you use a custom base image.static PlatformPlatform. 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.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type Platform Modifier and Type Method Description static Set<Platform>Platform. knownValues()Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type Platform Modifier and Type Method Description Component.BuilderComponent.Builder. platform(Platform platform)The operating system platform of the component.ComponentSummary.BuilderComponentSummary.Builder. platform(Platform platform)The operating system platform of the component.ComponentVersion.BuilderComponentVersion.Builder. platform(Platform platform)The platform of the component.ContainerRecipe.BuilderContainerRecipe.Builder. platform(Platform platform)The system platform for the container, such as Windows or Linux.ContainerRecipeSummary.BuilderContainerRecipeSummary.Builder. platform(Platform platform)The system platform for the container, such as Windows or Linux.CreateComponentRequest.BuilderCreateComponentRequest.Builder. platform(Platform platform)The operating system platform of the component.Image.BuilderImage.Builder. platform(Platform platform)The image operating system platform, such as Linux or Windows.ImagePipeline.BuilderImagePipeline.Builder. platform(Platform platform)The platform of the image pipeline.ImageRecipe.BuilderImageRecipe.Builder. platform(Platform platform)The platform of the image recipe.ImageRecipeSummary.BuilderImageRecipeSummary.Builder. platform(Platform platform)The platform of the image recipe.ImageSummary.BuilderImageSummary.Builder. platform(Platform platform)The image operating system platform, such as Linux or Windows.ImageVersion.BuilderImageVersion.Builder. platform(Platform platform)The operating system platform of the image version, for example "Windows" or "Linux".ImportComponentRequest.BuilderImportComponentRequest.Builder. platform(Platform platform)The platform of the component.ImportVmImageRequest.BuilderImportVmImageRequest.Builder. platform(Platform platform)The operating system platform for the imported VM.CreateContainerRecipeRequest.BuilderCreateContainerRecipeRequest.Builder. platformOverride(Platform platformOverride)Specifies the operating system platform when you use a custom base image.
-