Uses of Class
software.amazon.awssdk.services.workspaces.model.RebuildRequest
-
Packages that use RebuildRequest Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of RebuildRequest in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type RebuildRequest Modifier and Type Method Description List<RebuildRequest>RebuildWorkspacesRequest. rebuildWorkspaceRequests()The WorkSpace to rebuild.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type RebuildRequest Modifier and Type Method Description RebuildWorkspacesRequest.BuilderRebuildWorkspacesRequest.Builder. rebuildWorkspaceRequests(RebuildRequest... rebuildWorkspaceRequests)The WorkSpace to rebuild.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type RebuildRequest Modifier and Type Method Description RebuildWorkspacesRequest.BuilderRebuildWorkspacesRequest.Builder. rebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests)The WorkSpace to rebuild.
-