Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.event | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
S3Event |
S3EventNotification.S3EventNotificationRecord.getEventNameAsEnum() |
Modifier and Type | Method and Description |
---|---|
static S3Event |
S3Event.fromValue(String value) |
static S3Event |
S3Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3Event[] |
S3Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationConfiguration.addEvent(S3Event event)
Adds the given event to the set of events for this
NotificationConfiguration object. |
Constructor and Description |
---|
CloudFunctionConfiguration(String invocationRole,
String function,
EnumSet<S3Event> events)
Deprecated.
Creates a new lambda configuration with the given invocation role ,
function and set of events.
|
LambdaConfiguration(String functionARN,
EnumSet<S3Event> events)
Creates a new lambda configuration with the given cloud function arn
and set of events.
|
NotificationConfiguration(EnumSet<S3Event> events)
Creates a notification configuration with the given set of events.
|
QueueConfiguration(String queueARN,
EnumSet<S3Event> events)
Creates a new queue configuration with the given queue arn and set of events.
|
TopicConfiguration(String topicARN,
EnumSet<S3Event> events)
Creates a new topic configuration with the given topic arn and set of events.
|
Copyright © 2024. All rights reserved.