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

info.freelibrary.vertx.s3.AwsCredentialsProvider Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha-2
Show newest version

package info.freelibrary.vertx.s3;

import java.util.Optional;

/**
 * A simple interface defining the AWS credentials provider API.
 */
@FunctionalInterface
public interface AwsCredentialsProvider {

    /**
     * Gets credentials from the current AWS credentials provider.
     *
     * @return AWS credentials, if they are found
     */
    Optional getCredentials();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy