Options
All
  • Public
  • Public/Protected
  • All
Menu

BackupVaultsPager can be used to simplify the use of listBackupVaults().

Hierarchy

  • BackupVaultsPager

Index

Constructors

Methods

Constructors

constructor

Methods

getAll

  • getAll(): Promise<string[]>
  • Returns all results by invoking listBackupVaults() repeatedly until all pages of results have been retrieved.

    Returns Promise<string[]>

getNext

  • getNext(): Promise<string[]>

hasNext

  • hasNext(): boolean

Generated using TypeDoc