public class BackupVaultsPager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ResourceConfiguration |
client |
protected boolean |
hasNext |
protected ListBackupVaultsOptions |
options |
protected com.ibm.cloud.objectstorage.config.resource_configuration.v1.model.BackupVaultsPager.PageContext |
pageContext |
Modifier | Constructor and Description |
---|---|
protected |
BackupVaultsPager() |
|
BackupVaultsPager(ResourceConfiguration client,
ListBackupVaultsOptions options)
Constructs a new BackupVaultsPager instance with the specified client and options model instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.
|
java.util.List<java.lang.String> |
getNext()
Returns the next page of results.
|
boolean |
hasNext()
Returns true if there are more results to be retrieved.
|
protected boolean hasNext
protected ListBackupVaultsOptions options
protected ResourceConfiguration client
protected com.ibm.cloud.objectstorage.config.resource_configuration.v1.model.BackupVaultsPager.PageContext pageContext
protected BackupVaultsPager()
public BackupVaultsPager(ResourceConfiguration client, ListBackupVaultsOptions options)
client
- the ResourceConfiguration instance to be used to invoke the "listBackupVaults" methodoptions
- the ListBackupVaultsOptions instance to be used to invoke the "listBackupVaults" methodpublic boolean hasNext()
public java.util.List<java.lang.String> getNext()
public java.util.List<java.lang.String> getAll()
Copyright © 2025. All rights reserved.