Uses of Class
software.amazon.awssdk.services.workspaces.model.StopRequest
-
Packages that use StopRequest Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of StopRequest in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type StopRequest Modifier and Type Method Description List<StopRequest>StopWorkspacesRequest. stopWorkspaceRequests()The WorkSpaces to stop.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type StopRequest Modifier and Type Method Description StopWorkspacesRequest.BuilderStopWorkspacesRequest.Builder. stopWorkspaceRequests(StopRequest... stopWorkspaceRequests)The WorkSpaces to stop.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type StopRequest Modifier and Type Method Description StopWorkspacesRequest.BuilderStopWorkspacesRequest.Builder. stopWorkspaceRequests(Collection<StopRequest> stopWorkspaceRequests)The WorkSpaces to stop.
-