| Package | Description |
|---|---|
| com.baidubce.services.bvw |
| Modifier and Type | Method and Description |
|---|---|
NotificationBaseResponse |
BvwClient.createNotification(NotificationCreateRequest createRequest)
Create notification with specified creating notification request.
|
NotificationBaseResponse |
BvwClient.createNotification(String name,
String endpoint)
Create notification with specified parameters.(No authentication)
|
NotificationBaseResponse |
BvwClient.createNotification(String name,
String endpoint,
String token,
AuthType authType)
Create notification with specified parameters.
|
NotificationBaseResponse |
BvwClient.deleteNotification(NotificationBaseRequest deleteRequest)
Delete notification with specified deleting request.
|
NotificationBaseResponse |
BvwClient.deleteNotification(String name)
Delete notification with specified notification name.
|
NotificationBaseResponse |
BvwClient.disableNotification(NotificationBaseRequest disableRequest)
Disable notification with specified enabling request.
|
NotificationBaseResponse |
BvwClient.disableNotification(String name)
Enable notification with specified notification name.
|
NotificationBaseResponse |
BvwClient.enableNotification(NotificationBaseRequest enableRequest)
Enable notification with specified enabling request.
|
NotificationBaseResponse |
BvwClient.enableNotification(String name)
Enable notification with specified notification name.
|
NotificationBaseResponse |
BvwClient.updateNotification(NotificationUpdateRequest updateRequest)
Update notification with specified updating request.
|
NotificationBaseResponse |
BvwClient.updateNotification(String name,
String endpoint)
Update notification with specified parameters.
|
NotificationBaseResponse |
BvwClient.updateNotification(String name,
String endpoint,
String token,
AuthType authType)
Update notification with specified parameters.
|
Copyright © 2023. All rights reserved.