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