public Response performRequest()

in source/src/main/java/com/amazonaws/comprehend/esproxy/lambda/client/OpenSearchServiceClient.java [42:50]


    public Response performRequest(@NonNull Request request) {
        try {
            return restClient.performRequest(request);
        } catch (ResponseException responseException) {
            return responseException.getResponse();
        } catch (IOException e) {
            throw new InternalErrorException(CustomerMessage.INTERNAL_ERROR, e);
        }
    }