void |
UploadService.abortMultipartUpload(VersionedObjectIdentifier objectId) |
void |
UploadServiceImpl.abortMultipartUpload(VersionedObjectIdentifier objectId) |
CompleteMultipartUploadResult |
UploadService.completeMultipartUpload(VersionedObjectIdentifier objectId,
List<PartETag> partETags) |
CompleteMultipartUploadResult |
UploadServiceImpl.completeMultipartUpload(VersionedObjectIdentifier objectId,
List<PartETag> partETags) |
ObjectResult |
ObjectService.copyObject(VersionedObjectIdentifier sourceObjectId,
ObjectIdentifier destinationObjectId,
CannedAccessControlList destinationAcl,
StorageClass destinationStorageClass,
Map<String,String> destinationUserMetadata,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
String encryption,
String contentType) |
ObjectResult |
ObjectServiceImpl.copyObject(VersionedObjectIdentifier sourceObjectId,
ObjectIdentifier destinationObjectId,
CannedAccessControlList destinationAcl,
StorageClass destinationStorageClass,
Map<String,String> destinationUserMetadata,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
String encryption,
String contentType) |
void |
ObjectService.deleteObject(VersionedObjectIdentifier objectId) |
void |
ObjectServiceImpl.deleteObject(VersionedObjectIdentifier objectId) |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,S3ObjectAttributes> |
ObjectService.getObject(VersionedObjectIdentifier objectId,
Range range,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince) |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,S3ObjectAttributes> |
ObjectServiceImpl.getObject(VersionedObjectIdentifier objectId,
Range range,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince) |
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
ObjectService.getObjectAcl(VersionedObjectIdentifier objectId) |
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
ObjectServiceImpl.getObjectAcl(VersionedObjectIdentifier objectId) |
ObjectMetadataParameterGroup |
ObjectService.getObjectMetadata(VersionedObjectIdentifier objectId) |
ObjectMetadataParameterGroup |
ObjectServiceImpl.getObjectMetadata(VersionedObjectIdentifier objectId) |
PartListing |
UploadService.listParts(VersionedObjectIdentifier objectId,
String encodingType,
Integer maxParts,
Integer partNumberMarker) |
PartListing |
UploadServiceImpl.listParts(VersionedObjectIdentifier objectId,
String encodingType,
Integer maxParts,
Integer partNumberMarker) |
void |
ObjectService.setObjectAcl(VersionedObjectIdentifier objectId,
Owner owner,
List<Grant> grants) |
void |
ObjectServiceImpl.setObjectAcl(VersionedObjectIdentifier objectId,
Owner owner,
List<Grant> grants) |
UploadPartResult |
UploadService.uploadPart(VersionedObjectIdentifier objectId,
Integer partNumber,
Long partSize,
String md5Digest,
InputStream content,
Long fileOffset,
boolean isLastPart) |
UploadPartResult |
UploadServiceImpl.uploadPart(VersionedObjectIdentifier objectId,
Integer partNumber,
Long partSize,
String md5Digest,
InputStream content,
Long fileOffset,
boolean isLastPart) |
CopyPartResult |
UploadService.uploadPartCopy(VersionedObjectIdentifier sourceObjectId,
VersionedObjectIdentifier destinationObjectId,
Integer partNumber,
List<String> matchingETagConstraints,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
Long firstByte,
Long lastByte) |
CopyPartResult |
UploadServiceImpl.uploadPartCopy(VersionedObjectIdentifier sourceObjectId,
VersionedObjectIdentifier destinationObjectId,
Integer partNumber,
List<String> matchingETagConstraints,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
Long firstByte,
Long lastByte) |