| 程序包 | 说明 |
|---|---|
| com.obs.services | |
| com.obs.services.model |
| 限定符和类型 | 方法和说明 |
|---|---|
BucketNotificationConfiguration |
ObsClient.getBucketNotification(BaseBucketRequest request) |
BucketNotificationConfiguration |
IObsClient.getBucketNotification(BaseBucketRequest request)
Obtain the notification configuration of a bucket.
|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
BucketNotificationConfiguration |
BucketNotificationConfiguration.addFunctionGraphConfiguration(FunctionGraphConfiguration functionGraphConfiguration)
Add FunctionGraph notification configuration.
|
BucketNotificationConfiguration |
BucketNotificationConfiguration.addTopicConfiguration(TopicConfiguration topicConfiguration)
Add event notification configuration.
|
BucketNotificationConfiguration |
SetBucketNotificationRequest.getBucketNotificationConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SetBucketNotificationRequest.setBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration) |
| 构造器和说明 |
|---|
SetBucketNotificationRequest(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration) |
Copyright © 2021. All rights reserved.