Uses of Class
com.amazonaws.services.workspaces.model.RebuildWorkspacesResult
Packages that use RebuildWorkspacesResult
-
Uses of RebuildWorkspacesResult in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces that return RebuildWorkspacesResultModifier and TypeMethodDescriptionAbstractAmazonWorkspaces.rebuildWorkspaces(RebuildWorkspacesRequest request) AmazonWorkspaces.rebuildWorkspaces(RebuildWorkspacesRequest rebuildWorkspacesRequest) Rebuilds the specified WorkSpaces.AmazonWorkspacesClient.rebuildWorkspaces(RebuildWorkspacesRequest rebuildWorkspacesRequest) Rebuilds the specified WorkSpaces.Methods in com.amazonaws.services.workspaces that return types with arguments of type RebuildWorkspacesResultModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.rebuildWorkspacesAsync(RebuildWorkspacesRequest request) AbstractAmazonWorkspacesAsync.rebuildWorkspacesAsync(RebuildWorkspacesRequest request, AsyncHandler<RebuildWorkspacesRequest, RebuildWorkspacesResult> asyncHandler) AmazonWorkspacesAsync.rebuildWorkspacesAsync(RebuildWorkspacesRequest rebuildWorkspacesRequest) Rebuilds the specified WorkSpaces.AmazonWorkspacesAsync.rebuildWorkspacesAsync(RebuildWorkspacesRequest rebuildWorkspacesRequest, AsyncHandler<RebuildWorkspacesRequest, RebuildWorkspacesResult> asyncHandler) Rebuilds the specified WorkSpaces.AmazonWorkspacesAsyncClient.rebuildWorkspacesAsync(RebuildWorkspacesRequest request) AmazonWorkspacesAsyncClient.rebuildWorkspacesAsync(RebuildWorkspacesRequest request, AsyncHandler<RebuildWorkspacesRequest, RebuildWorkspacesResult> asyncHandler) Method parameters in com.amazonaws.services.workspaces with type arguments of type RebuildWorkspacesResultModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.rebuildWorkspacesAsync(RebuildWorkspacesRequest request, AsyncHandler<RebuildWorkspacesRequest, RebuildWorkspacesResult> asyncHandler) AmazonWorkspacesAsync.rebuildWorkspacesAsync(RebuildWorkspacesRequest rebuildWorkspacesRequest, AsyncHandler<RebuildWorkspacesRequest, RebuildWorkspacesResult> asyncHandler) Rebuilds the specified WorkSpaces.AmazonWorkspacesAsyncClient.rebuildWorkspacesAsync(RebuildWorkspacesRequest request, AsyncHandler<RebuildWorkspacesRequest, RebuildWorkspacesResult> asyncHandler) -
Uses of RebuildWorkspacesResult in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return RebuildWorkspacesResultModifier and TypeMethodDescriptionRebuildWorkspacesResult.clone()RebuildWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests) An array of structures that represent any WorkSpaces that could not be rebuilt.RebuildWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests) An array of structures that represent any WorkSpaces that could not be rebuilt.