All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.logs.internal.AcceptJsonRequestHandler Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon CloudWatch Logs module holds the client classes that are used for communicating with Amazon CloudWatch Logs Service

There is a newer version: 1.12.780
Show newest version
package com.amazonaws.services.logs.internal;

import com.amazonaws.Request;
import com.amazonaws.handlers.AbstractRequestHandler;

public class AcceptJsonRequestHandler extends AbstractRequestHandler {

    @Override
    public void beforeRequest(Request request) {
        request.addHeader("Accept", "application/json");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy