Uses of Class
com.amazonaws.services.workspaces.model.RebuildRequest
-
Packages that use RebuildRequest Package Description com.amazonaws.services.workspaces.model -
-
Uses of RebuildRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return RebuildRequest Modifier and Type Method Description RebuildRequestRebuildRequest. clone()RebuildRequestRebuildRequest. withWorkspaceId(String workspaceId)The identifier of the WorkSpace to rebuild.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type RebuildRequest Modifier and Type Method Description List<RebuildRequest>RebuildWorkspacesRequest. getRebuildWorkspaceRequests()An array of structures that specify the WorkSpaces to rebuild.Methods in com.amazonaws.services.workspaces.model with parameters of type RebuildRequest Modifier and Type Method Description RebuildWorkspacesRequestRebuildWorkspacesRequest. 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 RebuildRequest Modifier and Type Method Description voidRebuildWorkspacesRequest. setRebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests)An array of structures that specify the WorkSpaces to rebuild.RebuildWorkspacesRequestRebuildWorkspacesRequest. withRebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests)An array of structures that specify the WorkSpaces to rebuild.
-