Uses of Class
software.amazon.awssdk.services.workspaces.model.StartRequest
-
Packages that use StartRequest Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of StartRequest in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type StartRequest Modifier and Type Method Description List<StartRequest>StartWorkspacesRequest. startWorkspaceRequests()The WorkSpaces to start.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type StartRequest Modifier and Type Method Description StartWorkspacesRequest.BuilderStartWorkspacesRequest.Builder. startWorkspaceRequests(StartRequest... startWorkspaceRequests)The WorkSpaces to start.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type StartRequest Modifier and Type Method Description StartWorkspacesRequest.BuilderStartWorkspacesRequest.Builder. startWorkspaceRequests(Collection<StartRequest> startWorkspaceRequests)The WorkSpaces to start.
-