Uses of Interface
software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.Builder
-
Packages that use ComprehendMedicalException.Builder Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ComprehendMedicalException.Builder in software.amazon.awssdk.services.comprehendmedical.model
Subinterfaces of ComprehendMedicalException.Builder in software.amazon.awssdk.services.comprehendmedical.model Modifier and Type Interface Description static interfaceInternalServerException.Builderstatic interfaceInvalidEncodingException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceTextSizeLimitExceededException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.comprehendmedical.model that implement ComprehendMedicalException.Builder Modifier and Type Class Description protected static classComprehendMedicalException.BuilderImplMethods in software.amazon.awssdk.services.comprehendmedical.model that return ComprehendMedicalException.Builder Modifier and Type Method Description ComprehendMedicalException.BuilderComprehendMedicalException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ComprehendMedicalException.BuilderComprehendMedicalException. builder()ComprehendMedicalException.BuilderComprehendMedicalException.Builder. cause(Throwable cause)ComprehendMedicalException.BuilderComprehendMedicalException.Builder. message(String message)ComprehendMedicalException.BuilderComprehendMedicalException.Builder. requestId(String requestId)ComprehendMedicalException.BuilderComprehendMedicalException.Builder. statusCode(int statusCode)ComprehendMedicalException.BuilderComprehendMedicalException. toBuilder()ComprehendMedicalException.BuilderComprehendMedicalException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type ComprehendMedicalException.Builder Modifier and Type Method Description static Class<? extends ComprehendMedicalException.Builder>ComprehendMedicalException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ComprehendMedicalException.Builder Constructor Description ComprehendMedicalException(ComprehendMedicalException.Builder builder)
-