Package | Description |
---|---|
com.obs.services | |
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
BucketNotificationConfiguration |
ObsClient.getBucketNotification(String bucketName) |
BucketNotificationConfiguration |
IObsClient.getBucketNotification(String bucketName)
Obtain the notification configuration of a bucket.
|
BucketNotificationConfiguration |
SecretFlexibleObsClient.getBucketNotification(String bucketName,
String accessKey,
String secretKey) |
BucketNotificationConfiguration |
SecretFlexibleObsClient.getBucketNotification(String bucketName,
String accessKey,
String secretKey,
String securityToken) |
Modifier and Type | Method and Description |
---|---|
HeaderResponse |
ObsClient.setBucketNotification(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration) |
HeaderResponse |
IObsClient.setBucketNotification(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration)
Configure bucket notification.
|
HeaderResponse |
SecretFlexibleObsClient.setBucketNotification(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration,
String accessKey,
String secretKey) |
HeaderResponse |
SecretFlexibleObsClient.setBucketNotification(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration,
String accessKey,
String secretKey,
String securityToken) |
Modifier and Type | Method and Description |
---|---|
BucketNotificationConfiguration |
BucketNotificationConfiguration.addFunctionGraphConfiguration(FunctionGraphConfiguration functionGraphConfiguration)
Add FunctionGraph notification configuration.
|
BucketNotificationConfiguration |
BucketNotificationConfiguration.addTopicConfiguration(TopicConfiguration topicConfiguration)
Add event notification configuration.
|
Copyright © 2019. All rights reserved.