Uses of Class
software.amazon.awssdk.services.workspaces.model.WorkspaceImageIngestionProcess
-
Packages that use WorkspaceImageIngestionProcess Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of WorkspaceImageIngestionProcess in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return WorkspaceImageIngestionProcess Modifier and Type Method Description static WorkspaceImageIngestionProcessWorkspaceImageIngestionProcess. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkspaceImageIngestionProcessImportWorkspaceImageRequest. ingestionProcess()The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol (WSP), or bring your own protocol (BYOP).static WorkspaceImageIngestionProcessWorkspaceImageIngestionProcess. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkspaceImageIngestionProcess[]WorkspaceImageIngestionProcess. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type WorkspaceImageIngestionProcess Modifier and Type Method Description static Set<WorkspaceImageIngestionProcess>WorkspaceImageIngestionProcess. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type WorkspaceImageIngestionProcess Modifier and Type Method Description ImportWorkspaceImageRequest.BuilderImportWorkspaceImageRequest.Builder. ingestionProcess(WorkspaceImageIngestionProcess ingestionProcess)The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol (WSP), or bring your own protocol (BYOP).
-