Uses of Class
software.amazon.awssdk.services.workspaces.model.ErrorDetails
-
Packages that use ErrorDetails Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of ErrorDetails in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type ErrorDetails Modifier and Type Method Description List<ErrorDetails>WorkspaceImage. errorDetails()Additional details of the error returned for the image, including the possible causes of the errors and troubleshooting information.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type ErrorDetails Modifier and Type Method Description WorkspaceImage.BuilderWorkspaceImage.Builder. errorDetails(ErrorDetails... errorDetails)Additional details of the error returned for the image, including the possible causes of the errors and troubleshooting information.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type ErrorDetails Modifier and Type Method Description WorkspaceImage.BuilderWorkspaceImage.Builder. errorDetails(Collection<ErrorDetails> errorDetails)Additional details of the error returned for the image, including the possible causes of the errors and troubleshooting information.
-