Uses of Class
com.amazonaws.services.workspaces.model.RebootWorkspacesResult
-
Packages that use RebootWorkspacesResult Package Description com.amazonaws.services.workspaces com.amazonaws.services.workspaces.model -
-
Uses of RebootWorkspacesResult in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces that return RebootWorkspacesResult Modifier and Type Method Description RebootWorkspacesResultAbstractAmazonWorkspaces. rebootWorkspaces(RebootWorkspacesRequest request)RebootWorkspacesResultAmazonWorkspaces. rebootWorkspaces(RebootWorkspacesRequest rebootWorkspacesRequest)Reboots the specified WorkSpaces.RebootWorkspacesResultAmazonWorkspacesClient. rebootWorkspaces(RebootWorkspacesRequest rebootWorkspacesRequest)Reboots the specified WorkSpaces.Method parameters in com.amazonaws.services.workspaces with type arguments of type RebootWorkspacesResult 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 RebootWorkspacesResult in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return RebootWorkspacesResult Modifier and Type Method Description RebootWorkspacesResultRebootWorkspacesResult. clone()RebootWorkspacesResultRebootWorkspacesResult. withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)An array of structures that represent any WorkSpaces that could not be rebooted.RebootWorkspacesResultRebootWorkspacesResult. withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)An array of structures that represent any WorkSpaces that could not be rebooted.
-