Uses of Class
software.amazon.awssdk.services.workspaces.model.StopWorkspacesResponse
-
Packages that use StopWorkspacesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of StopWorkspacesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return StopWorkspacesResponse Modifier and Type Method Description default StopWorkspacesResponseWorkSpacesClient. stopWorkspaces(Consumer<StopWorkspacesRequest.Builder> stopWorkspacesRequest)Stops the specified WorkSpaces.default StopWorkspacesResponseWorkSpacesClient. stopWorkspaces(StopWorkspacesRequest stopWorkspacesRequest)Stops the specified WorkSpaces.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type StopWorkspacesResponse Modifier and Type Method Description default CompletableFuture<StopWorkspacesResponse>WorkSpacesAsyncClient. stopWorkspaces(Consumer<StopWorkspacesRequest.Builder> stopWorkspacesRequest)Stops the specified WorkSpaces.default CompletableFuture<StopWorkspacesResponse>WorkSpacesAsyncClient. stopWorkspaces(StopWorkspacesRequest stopWorkspacesRequest)Stops the specified WorkSpaces.
-