Uses of Class
software.amazon.awssdk.services.amp.model.WorkspaceStatusCode
-
Packages that use WorkspaceStatusCode Package Description software.amazon.awssdk.services.amp.model -
-
Uses of WorkspaceStatusCode in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return WorkspaceStatusCode Modifier and Type Method Description static WorkspaceStatusCodeWorkspaceStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkspaceStatusCodeWorkspaceStatus. statusCode()The current status of the workspace.static WorkspaceStatusCodeWorkspaceStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkspaceStatusCode[]WorkspaceStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amp.model that return types with arguments of type WorkspaceStatusCode Modifier and Type Method Description static Set<WorkspaceStatusCode>WorkspaceStatusCode. knownValues()Methods in software.amazon.awssdk.services.amp.model with parameters of type WorkspaceStatusCode Modifier and Type Method Description WorkspaceStatus.BuilderWorkspaceStatus.Builder. statusCode(WorkspaceStatusCode statusCodeValue)The current status of the workspace.
-