Class AWSRequestImpl

java.lang.Object
org.graylog.integrations.aws.resources.requests.AWSRequestImpl
All Implemented Interfaces:
AWSRequest

public abstract class AWSRequestImpl extends Object implements AWSRequest
A common implementation on AWSRequest, which can be used for any AWS request that just needs region and credentials.
  • Constructor Details

    • AWSRequestImpl

      public AWSRequestImpl()
  • Method Details