| Package | Description |
|---|---|
| org.mule.extension.s3.api.enums | |
| org.mule.extension.s3.api.response | |
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static ApiVersioningStatus |
ApiVersioningStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiVersioningStatus[] |
ApiVersioningStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApiVersioningStatus |
BucketVersioningResponse.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketVersioningResponse.setStatus(ApiVersioningStatus status) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketOperations.putBucketVersioning(S3Configuration configuration,
S3Connection connection,
String bucket,
ApiVersioningStatus versioningStatus,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback)
Sets the versioning state of an existing bucket.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.