Uses of Interface
software.amazon.awssdk.services.entityresolution.model.EntityResolutionException.Builder
-
Packages that use EntityResolutionException.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of EntityResolutionException.Builder in software.amazon.awssdk.services.entityresolution.model
Subinterfaces of EntityResolutionException.Builder in software.amazon.awssdk.services.entityresolution.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceExceedsLimitException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.entityresolution.model that implement EntityResolutionException.Builder Modifier and Type Class Description protected static classEntityResolutionException.BuilderImplMethods in software.amazon.awssdk.services.entityresolution.model that return EntityResolutionException.Builder Modifier and Type Method Description EntityResolutionException.BuilderEntityResolutionException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static EntityResolutionException.BuilderEntityResolutionException. builder()EntityResolutionException.BuilderEntityResolutionException.Builder. cause(Throwable cause)EntityResolutionException.BuilderEntityResolutionException.Builder. message(String message)EntityResolutionException.BuilderEntityResolutionException.Builder. requestId(String requestId)EntityResolutionException.BuilderEntityResolutionException.Builder. statusCode(int statusCode)EntityResolutionException.BuilderEntityResolutionException. toBuilder()EntityResolutionException.BuilderEntityResolutionException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type EntityResolutionException.Builder Modifier and Type Method Description static Class<? extends EntityResolutionException.Builder>EntityResolutionException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.entityresolution.model with parameters of type EntityResolutionException.Builder Constructor Description EntityResolutionException(EntityResolutionException.Builder builder)
-