| Package | Description |
|---|---|
| org.mule.extension.s3.api.enums | |
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.pagination |
| Modifier and Type | Method and Description |
|---|---|
static ApiEncodingType |
ApiEncodingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiEncodingType[] |
ApiEncodingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<S3Connection,ApiS3Object> |
ObjectOperations.listObjects(S3Configuration configuration,
String bucketName,
String delimiter,
String prefix,
Integer pageSize,
ApiEncodingType encodingType)
Returns all objects in a bucket.
|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<S3Connection,ApiObjectVersion> |
ObjectOperations.listObjectVersions(S3Configuration configuration,
String bucketName,
String delimiter,
String keyMarker,
String prefix,
Integer pageSize,
String versionIdMarker,
ApiEncodingType encodingType)
Returns metadata about all versions of the objects in a bucket.
|
| Constructor and Description |
|---|
ListObjectsPagingProvider(String bucketName,
String delimiter,
String prefix,
Integer pageSize,
ApiEncodingType encodingType) |
ListObjectVersionsPagingProvider(String bucketName,
String delimiter,
String keyMarker,
String prefix,
Integer pageSize,
String versionIdMarker,
ApiEncodingType encodingType) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.