
com.amazonaws.services.elasticmapreduce.spi.EMRFSAnnotationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-emr Show documentation
Show all versions of aws-java-sdk-emr Show documentation
The AWS Java SDK for Amazon EMR module holds the client classes that are used for communicating with Amazon Elastic MapReduce Service
package com.amazonaws.services.elasticmapreduce.spi;
import java.util.Map;
public abstract class EMRFSAnnotationProvider {
public abstract Map getAnnotations();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy