Uses of Class
com.amazonaws.services.workspaces.model.FailedCreateWorkspaceRequest
-
Packages that use FailedCreateWorkspaceRequest Package Description com.amazonaws.services.workspaces.model -
-
Uses of FailedCreateWorkspaceRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return FailedCreateWorkspaceRequest Modifier and Type Method Description FailedCreateWorkspaceRequest
FailedCreateWorkspaceRequest. clone()
FailedCreateWorkspaceRequest
FailedCreateWorkspaceRequest. withErrorCode(String errorCode)
The error code.FailedCreateWorkspaceRequest
FailedCreateWorkspaceRequest. withErrorMessage(String errorMessage)
The textual error message.FailedCreateWorkspaceRequest
FailedCreateWorkspaceRequest. withWorkspaceRequest(WorkspaceRequest workspaceRequest)
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type FailedCreateWorkspaceRequest Modifier and Type Method Description List<FailedCreateWorkspaceRequest>
CreateWorkspacesResult. getFailedRequests()
An array of structures that represent the WorkSpaces that could not be created.Methods in com.amazonaws.services.workspaces.model with parameters of type FailedCreateWorkspaceRequest Modifier and Type Method Description CreateWorkspacesResult
CreateWorkspacesResult. withFailedRequests(FailedCreateWorkspaceRequest... failedRequests)
An array of structures that represent the WorkSpaces that could not be created.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type FailedCreateWorkspaceRequest Modifier and Type Method Description void
CreateWorkspacesResult. setFailedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
An array of structures that represent the WorkSpaces that could not be created.CreateWorkspacesResult
CreateWorkspacesResult. withFailedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
An array of structures that represent the WorkSpaces that could not be created.
-