Uses of Class
software.amazon.awssdk.services.workspaces.model.FailedCreateWorkspaceRequest
-
Packages that use FailedCreateWorkspaceRequest Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of FailedCreateWorkspaceRequest in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type FailedCreateWorkspaceRequest Modifier and Type Method Description List<FailedCreateWorkspaceRequest>CreateWorkspacesResponse. failedRequests()Information about the WorkSpaces that could not be created.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type FailedCreateWorkspaceRequest Modifier and Type Method Description CreateWorkspacesResponse.BuilderCreateWorkspacesResponse.Builder. failedRequests(FailedCreateWorkspaceRequest... failedRequests)Information about the WorkSpaces that could not be created.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type FailedCreateWorkspaceRequest Modifier and Type Method Description CreateWorkspacesResponse.BuilderCreateWorkspacesResponse.Builder. failedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)Information about the WorkSpaces that could not be created.
-