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

org.webpieces.aws.storage.api.AWSBlob Maven / Gradle / Ivy

The newest version!
package org.webpieces.aws.storage.api;

public interface AWSBlob {

    String getBucket();

    String getKey();

    String getContentType();

    long getSize();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy