Package | Description |
---|---|
com.obs.services | |
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
BucketNotificationConfiguration |
IObsClient.getBucketNotification(BaseBucketRequest request)
Obtain the notification configuration of a bucket.
|
BucketNotificationConfiguration |
AbstractBucketAdvanceClient.getBucketNotification(BaseBucketRequest request) |
BucketNotificationConfiguration |
IObsClient.getBucketNotification(String bucketName)
Obtain the notification configuration of a bucket.
|
BucketNotificationConfiguration |
AbstractBucketAdvanceClient.getBucketNotification(String bucketName) |
BucketNotificationConfiguration |
SecretFlexibleBucketObsClient.getBucketNotification(String bucketName,
String accessKey,
String secretKey) |
BucketNotificationConfiguration |
SecretFlexibleBucketObsClient.getBucketNotification(String bucketName,
String accessKey,
String secretKey,
String securityToken) |
Modifier and Type | Method and Description |
---|---|
HeaderResponse |
IObsClient.setBucketNotification(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration)
Configure bucket notification.
|
HeaderResponse |
AbstractBucketAdvanceClient.setBucketNotification(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration) |
HeaderResponse |
SecretFlexibleBucketObsClient.setBucketNotification(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration,
String accessKey,
String secretKey) |
HeaderResponse |
SecretFlexibleBucketObsClient.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.
|
BucketNotificationConfiguration |
SetBucketNotificationRequest.getBucketNotificationConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
SetBucketNotificationRequest.setBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration) |
Constructor and Description |
---|
SetBucketNotificationRequest(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration) |
Copyright © 2021. All rights reserved.