Uses of Class
software.amazon.awssdk.services.workspaces.model.WorkspaceImageState
-
Packages that use WorkspaceImageState Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of WorkspaceImageState in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return WorkspaceImageState Modifier and Type Method Description static WorkspaceImageStateWorkspaceImageState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkspaceImageStateCreateWorkspaceImageResponse. state()The availability status of the image.WorkspaceImageStateWorkspaceImage. state()The status of the image.static WorkspaceImageStateWorkspaceImageState. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkspaceImageState[]WorkspaceImageState. 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 WorkspaceImageState Modifier and Type Method Description static Set<WorkspaceImageState>WorkspaceImageState. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type WorkspaceImageState Modifier and Type Method Description CreateWorkspaceImageResponse.BuilderCreateWorkspaceImageResponse.Builder. state(WorkspaceImageState state)The availability status of the image.WorkspaceImage.BuilderWorkspaceImage.Builder. state(WorkspaceImageState state)The status of the image.
-