Uses of Class
com.amazonaws.services.workspaces.model.RebootWorkspacesResult
Packages that use RebootWorkspacesResult
-
Uses of RebootWorkspacesResult in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces that return RebootWorkspacesResultModifier and TypeMethodDescriptionAbstractAmazonWorkspaces.rebootWorkspaces
(RebootWorkspacesRequest request) AmazonWorkspaces.rebootWorkspaces
(RebootWorkspacesRequest rebootWorkspacesRequest) Reboots the specified WorkSpaces.AmazonWorkspacesClient.rebootWorkspaces
(RebootWorkspacesRequest rebootWorkspacesRequest) Reboots the specified WorkSpaces.Methods in com.amazonaws.services.workspaces that return types with arguments of type RebootWorkspacesResultModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.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 RebootWorkspacesResultModifier 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 RebootWorkspacesResult in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return RebootWorkspacesResultModifier and TypeMethodDescriptionRebootWorkspacesResult.clone()
RebootWorkspacesResult.withFailedRequests
(FailedWorkspaceChangeRequest... failedRequests) An array of structures that represent any WorkSpaces that could not be rebooted.RebootWorkspacesResult.withFailedRequests
(Collection<FailedWorkspaceChangeRequest> failedRequests) An array of structures that represent any WorkSpaces that could not be rebooted.