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