Package | Description |
---|---|
com.obs.services | |
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
BucketNotificationConfiguration |
IObsClient.getBucketNotification(BaseBucketRequest request)
获取桶的消息通知配置
|
BucketNotificationConfiguration |
AbstractBucketAdvanceClient.getBucketNotification(BaseBucketRequest request) |
BucketNotificationConfiguration |
IObsClient.getBucketNotification(String bucketName)
获取桶的消息通知配置
|
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)
设置桶的消息通知配置
|
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)
新增函数工作流服务通知配置
|
BucketNotificationConfiguration |
BucketNotificationConfiguration.addTopicConfiguration(TopicConfiguration topicConfiguration)
新增事件通知配置
|
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.