Uses of Class
com.amazonaws.services.workspaces.model.RebootWorkspacesRequest
-
Packages that use RebootWorkspacesRequest Package Description com.amazonaws.services.workspaces com.amazonaws.services.workspaces.model -
-
Uses of RebootWorkspacesRequest in com.amazonaws.services.workspaces
Method parameters in com.amazonaws.services.workspaces with type arguments of type RebootWorkspacesRequest Modifier and Type Method Description Future<RebootWorkspacesResult>AbstractAmazonWorkspacesAsync. rebootWorkspacesAsync(RebootWorkspacesRequest request, AsyncHandler<RebootWorkspacesRequest,RebootWorkspacesResult> asyncHandler)Future<RebootWorkspacesResult>AmazonWorkspacesAsync. rebootWorkspacesAsync(RebootWorkspacesRequest rebootWorkspacesRequest, AsyncHandler<RebootWorkspacesRequest,RebootWorkspacesResult> asyncHandler)Reboots the specified WorkSpaces.Future<RebootWorkspacesResult>AmazonWorkspacesAsyncClient. rebootWorkspacesAsync(RebootWorkspacesRequest request, AsyncHandler<RebootWorkspacesRequest,RebootWorkspacesResult> asyncHandler) -
Uses of RebootWorkspacesRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return RebootWorkspacesRequest Modifier and Type Method Description RebootWorkspacesRequestRebootWorkspacesRequest. clone()RebootWorkspacesRequestRebootWorkspacesRequest. withRebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)An array of structures that specify the WorkSpaces to reboot.RebootWorkspacesRequestRebootWorkspacesRequest. withRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)An array of structures that specify the WorkSpaces to reboot.
-