IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

BucketList Event

Fires once for each bucket returned when listing buckets.

Syntax

public open class DefaultDigitaloceanEventListener : DigitaloceanEventListener {
  ...
  public override fun bucketList(e: DigitaloceanBucketListEvent) {}
  ...
}

public class DigitaloceanBucketListEvent {
  val bucketName: String?
  val creationDate: String?
  val ownerId: String?
  val ownerName: String?
}

Remarks

This event fires once for each bucket returned when ListBuckets is called.

BucketName reflects the name of the bucket.

CreationDate reflects the bucket's creation date.

OwnerId and OwnerName reflect the Id and display name of the bucket's owner, respectively.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]