Uses of Class
com.amazonaws.services.workspaces.model.RebuildRequest
Packages that use RebuildRequest
-
Uses of RebuildRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return RebuildRequestModifier and TypeMethodDescriptionRebuildRequest.clone()RebuildRequest.withWorkspaceId(String workspaceId) The identifier of the WorkSpace to rebuild.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type RebuildRequestModifier and TypeMethodDescriptionRebuildWorkspacesRequest.getRebuildWorkspaceRequests()An array of structures that specify the WorkSpaces to rebuild.Methods in com.amazonaws.services.workspaces.model with parameters of type RebuildRequestModifier and TypeMethodDescriptionRebuildWorkspacesRequest.withRebuildWorkspaceRequests(RebuildRequest... rebuildWorkspaceRequests) An array of structures that specify the WorkSpaces to rebuild.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type RebuildRequestModifier and TypeMethodDescriptionvoidRebuildWorkspacesRequest.setRebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests) An array of structures that specify the WorkSpaces to rebuild.RebuildWorkspacesRequest.withRebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests) An array of structures that specify the WorkSpaces to rebuild.