| Package | Description |
|---|---|
| org.mule.extension.s3.api.enums | |
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static ApiObjectAttributes |
ApiObjectAttributes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiObjectAttributes[] |
ApiObjectAttributes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectOperations.getObjectAttributes(S3Configuration configuration,
S3Connection connection,
String bucketName,
String key,
String versionId,
ApiObjectAttributes objectAttributes,
Integer maxParts,
Integer partNumberMarker,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<GetObjectAttributesResponse,Void> callback)
Retrieves all the metadata from an object without returning the object itself.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.