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 FailedCreateWorkspaceRequestFailedCreateWorkspaceRequest. clone()FailedCreateWorkspaceRequestFailedCreateWorkspaceRequest. withErrorCode(String errorCode)The error code.FailedCreateWorkspaceRequestFailedCreateWorkspaceRequest. withErrorMessage(String errorMessage)The textual error message.FailedCreateWorkspaceRequestFailedCreateWorkspaceRequest. 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 CreateWorkspacesResultCreateWorkspacesResult. 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 voidCreateWorkspacesResult. setFailedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)An array of structures that represent the WorkSpaces that could not be created.CreateWorkspacesResultCreateWorkspacesResult. withFailedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)An array of structures that represent the WorkSpaces that could not be created.
-