Uses of Interface
software.amazon.awssdk.services.comprehend.model.ComprehendException.Builder
-
Packages that use ComprehendException.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ComprehendException.Builder in software.amazon.awssdk.services.comprehend.model
Subinterfaces of ComprehendException.Builder in software.amazon.awssdk.services.comprehend.model Modifier and Type Interface Description static interfaceBatchSizeLimitExceededException.Builderstatic interfaceConcurrentModificationException.Builderstatic interfaceInternalServerException.Builderstatic interfaceInvalidFilterException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceJobNotFoundException.Builderstatic interfaceKmsKeyValidationException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceResourceLimitExceededException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceResourceUnavailableException.Builderstatic interfaceTextSizeLimitExceededException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceTooManyTagKeysException.Builderstatic interfaceTooManyTagsException.Builderstatic interfaceUnsupportedLanguageException.BuilderClasses in software.amazon.awssdk.services.comprehend.model that implement ComprehendException.Builder Modifier and Type Class Description protected static classComprehendException.BuilderImplMethods in software.amazon.awssdk.services.comprehend.model that return ComprehendException.Builder Modifier and Type Method Description ComprehendException.BuilderComprehendException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ComprehendException.BuilderComprehendException. builder()ComprehendException.BuilderComprehendException.Builder. cause(Throwable cause)ComprehendException.BuilderComprehendException.Builder. message(String message)ComprehendException.BuilderComprehendException.Builder. requestId(String requestId)ComprehendException.BuilderComprehendException.Builder. statusCode(int statusCode)ComprehendException.BuilderComprehendException. toBuilder()ComprehendException.BuilderComprehendException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ComprehendException.Builder Modifier and Type Method Description static Class<? extends ComprehendException.Builder>ComprehendException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.comprehend.model with parameters of type ComprehendException.Builder Constructor Description ComprehendException(ComprehendException.Builder builder)
-