| Modifier and Type | Method and Description |
|---|---|
static S3ObjectSummary |
S3ModelFactory.transform(com.amazonaws.services.s3.model.S3ObjectSummary objectSummary)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<S3Connection,S3ObjectSummary> |
ObjectOperations.listObjects(String bucketName,
String prefix,
String marker,
String delimiter,
Integer maxKeys,
EncodingType encodingType)
Lazily lists all objects for a given prefix.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3ObjectSummary> |
ObjectListPagingProvider.getPage(S3Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<S3Connection,S3ObjectSummary> |
ObjectService.listObjects(String bucketName,
String prefix,
String marker,
String delimiter,
Integer maxKeys,
EncodingType encodingType) |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<S3Connection,S3ObjectSummary> |
ObjectServiceImpl.listObjects(String bucketName,
String prefix,
String marker,
String delimiter,
Integer maxKeys,
EncodingType encodingType) |
| 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.