org.webpieces.aws.storage.api.AWSBlob Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of s3-client Show documentation
Show all versions of s3-client Show documentation
Not filled in for this project
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