| Package | Description |
|---|---|
| org.mule.extension.s3.api.enums | |
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static ApiTier |
ApiTier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiTier[] |
ApiTier.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.restoreObject(S3Configuration configuration,
S3Connection connection,
String bucketName,
String key,
String versionId,
Integer days,
ApiTier glacierJobTier,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<RestoreObjectResponse,Void> callback)
Restores an archived copy of an object back into Amazon S3.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.