Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.ElasticsearchException.Builder
-
Packages that use ElasticsearchException.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ElasticsearchException.Builder in software.amazon.awssdk.services.elasticsearch.model
Subinterfaces of ElasticsearchException.Builder in software.amazon.awssdk.services.elasticsearch.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceBaseException.Builderstatic interfaceConflictException.Builderstatic interfaceDisabledOperationException.Builderstatic interfaceInternalException.Builderstatic interfaceInvalidPaginationTokenException.Builderstatic interfaceInvalidTypeException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceResourceAlreadyExistsException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.elasticsearch.model that implement ElasticsearchException.Builder Modifier and Type Class Description protected static classElasticsearchException.BuilderImplMethods in software.amazon.awssdk.services.elasticsearch.model that return ElasticsearchException.Builder Modifier and Type Method Description ElasticsearchException.BuilderElasticsearchException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ElasticsearchException.BuilderElasticsearchException. builder()ElasticsearchException.BuilderElasticsearchException.Builder. cause(Throwable cause)ElasticsearchException.BuilderElasticsearchException.Builder. message(String message)ElasticsearchException.BuilderElasticsearchException.Builder. requestId(String requestId)ElasticsearchException.BuilderElasticsearchException.Builder. statusCode(int statusCode)ElasticsearchException.BuilderElasticsearchException. toBuilder()ElasticsearchException.BuilderElasticsearchException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type ElasticsearchException.Builder Modifier and Type Method Description static Class<? extends ElasticsearchException.Builder>ElasticsearchException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.elasticsearch.model with parameters of type ElasticsearchException.Builder Constructor Description ElasticsearchException(ElasticsearchException.Builder builder)
-