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 RebootWorkspacesResult
AbstractAmazonWorkspaces. rebootWorkspaces(RebootWorkspacesRequest request)
RebootWorkspacesResult
AmazonWorkspaces. rebootWorkspaces(RebootWorkspacesRequest rebootWorkspacesRequest)
Reboots the specified WorkSpaces.RebootWorkspacesResult
AmazonWorkspacesClient. 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 RebootWorkspacesResult
RebootWorkspacesResult. clone()
RebootWorkspacesResult
RebootWorkspacesResult. withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be rebooted.RebootWorkspacesResult
RebootWorkspacesResult. withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be rebooted.
-