Uses of Class
com.google.cloud.storage.Notification
Packages that use Notification
-
Uses of Notification in com.google.cloud.storage
Methods in com.google.cloud.storage that return NotificationModifier and TypeMethodDescriptionNotification.Builder.build()Storage.createNotification(String bucket, NotificationInfo notificationInfo) Creates the notification for a given bucket.Storage.getNotification(String bucket, String notificationId) Gets the notification with the specified id.Methods in com.google.cloud.storage that return types with arguments of type NotificationModifier and TypeMethodDescriptionStorage.listNotifications(String bucket) Retrieves the list of notifications associated with the bucket.