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 RebootWorkspacesRequest
RebootWorkspacesRequest. clone()
RebootWorkspacesRequest
RebootWorkspacesRequest. withRebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.RebootWorkspacesRequest
RebootWorkspacesRequest. withRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
-