Uses of Class
software.amazon.awssdk.services.workspaces.model.OperatingSystem
-
Packages that use OperatingSystem Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of OperatingSystem in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return OperatingSystem Modifier and Type Method Description OperatingSystemCreateWorkspaceImageResponse. operatingSystem()The operating system that the image is running.OperatingSystemWorkspaceImage. operatingSystem()The operating system that the image is running.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type OperatingSystem Modifier and Type Method Description CreateWorkspaceImageResponse.BuilderCreateWorkspaceImageResponse.Builder. operatingSystem(OperatingSystem operatingSystem)The operating system that the image is running.WorkspaceImage.BuilderWorkspaceImage.Builder. operatingSystem(OperatingSystem operatingSystem)The operating system that the image is running.
-