Uses of Class
com.amazonaws.services.workspaces.model.FailedCreateWorkspaceRequest
Packages that use FailedCreateWorkspaceRequest
-
Uses of FailedCreateWorkspaceRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return FailedCreateWorkspaceRequestModifier and TypeMethodDescriptionFailedCreateWorkspaceRequest.clone()
FailedCreateWorkspaceRequest.withErrorCode
(String errorCode) The error code.FailedCreateWorkspaceRequest.withErrorMessage
(String errorMessage) The textual error message.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 FailedCreateWorkspaceRequestModifier and TypeMethodDescriptionCreateWorkspacesResult.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 FailedCreateWorkspaceRequestModifier and TypeMethodDescriptionCreateWorkspacesResult.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 FailedCreateWorkspaceRequestModifier and TypeMethodDescriptionvoid
CreateWorkspacesResult.setFailedRequests
(Collection<FailedCreateWorkspaceRequest> failedRequests) An array of structures that represent the WorkSpaces that could not be created.CreateWorkspacesResult.withFailedRequests
(Collection<FailedCreateWorkspaceRequest> failedRequests) An array of structures that represent the WorkSpaces that could not be created.