Uses of Class
com.amazonaws.services.workspaces.model.RebootWorkspacesRequest
Packages that use RebootWorkspacesRequest
-
Uses of RebootWorkspacesRequest in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces with parameters of type RebootWorkspacesRequestModifier and TypeMethodDescriptionAbstractAmazonWorkspaces.rebootWorkspaces
(RebootWorkspacesRequest request) AmazonWorkspaces.rebootWorkspaces
(RebootWorkspacesRequest rebootWorkspacesRequest) Reboots the specified WorkSpaces.AmazonWorkspacesClient.rebootWorkspaces
(RebootWorkspacesRequest rebootWorkspacesRequest) Reboots the specified WorkSpaces.AbstractAmazonWorkspacesAsync.rebootWorkspacesAsync
(RebootWorkspacesRequest request) AbstractAmazonWorkspacesAsync.rebootWorkspacesAsync
(RebootWorkspacesRequest request, AsyncHandler<RebootWorkspacesRequest, RebootWorkspacesResult> asyncHandler) AmazonWorkspacesAsync.rebootWorkspacesAsync
(RebootWorkspacesRequest rebootWorkspacesRequest) Reboots the specified WorkSpaces.AmazonWorkspacesAsync.rebootWorkspacesAsync
(RebootWorkspacesRequest rebootWorkspacesRequest, AsyncHandler<RebootWorkspacesRequest, RebootWorkspacesResult> asyncHandler) Reboots the specified WorkSpaces.AmazonWorkspacesAsyncClient.rebootWorkspacesAsync
(RebootWorkspacesRequest request) AmazonWorkspacesAsyncClient.rebootWorkspacesAsync
(RebootWorkspacesRequest request, AsyncHandler<RebootWorkspacesRequest, RebootWorkspacesResult> asyncHandler) Method parameters in com.amazonaws.services.workspaces with type arguments of type RebootWorkspacesRequestModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.rebootWorkspacesAsync
(RebootWorkspacesRequest request, AsyncHandler<RebootWorkspacesRequest, RebootWorkspacesResult> asyncHandler) AmazonWorkspacesAsync.rebootWorkspacesAsync
(RebootWorkspacesRequest rebootWorkspacesRequest, AsyncHandler<RebootWorkspacesRequest, RebootWorkspacesResult> asyncHandler) Reboots the specified WorkSpaces.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 RebootWorkspacesRequestModifier and TypeMethodDescriptionRebootWorkspacesRequest.clone()
RebootWorkspacesRequest.withRebootWorkspaceRequests
(RebootRequest... rebootWorkspaceRequests) An array of structures that specify the WorkSpaces to reboot.RebootWorkspacesRequest.withRebootWorkspaceRequests
(Collection<RebootRequest> rebootWorkspaceRequests) An array of structures that specify the WorkSpaces to reboot.