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

com.amazon.redshift.IPlugin Maven / Gradle / Ivy

The newest version!
package com.amazon.redshift;

import com.amazon.redshift.logger.RedshiftLogger;
import com.amazonaws.auth.AWSCredentialsProvider;

public interface IPlugin extends AWSCredentialsProvider
{
    void addParameter(String key, String value);
    void setLogger(RedshiftLogger log);
    String getPluginSpecificCacheKey();
    void setGroupFederation(boolean groupFederation);
    String getIdpToken();
    String getCacheKey();
    int getSubType();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy