| Package | Description |
|---|---|
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.service | |
| org.mule.extension.s3.internal.source |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,S3ObjectAttributes> |
ObjectOperations.getObject(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
Range range,
String versionId,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince)
Gets the object stored in Amazon S3 under the specified bucket and key.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractObjectSource.onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result<S3ObjectSummary,S3ObjectAttributes> result,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext sourceCallbackContext) |
void |
AbstractObjectSource.poll(org.mule.runtime.extension.api.runtime.source.PollContext<S3ObjectSummary,S3ObjectAttributes> pollContext) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.