Class StorageControlClient.ListManagedFoldersPage (2.38.0)

public static class StorageControlClient.ListManagedFoldersPage extends AbstractPage<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder,StorageControlClient.ListManagedFoldersPage>

Inheritance

java.lang.Object > AbstractPage > StorageControlClient.ListManagedFoldersPage

Methods

createPage(PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder> context, ListManagedFoldersResponse response)

protected StorageControlClient.ListManagedFoldersPage createPage(PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder> context, ListManagedFoldersResponse response)
Parameters
Name Description
context PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder>
response ListManagedFoldersResponse
Returns
Type Description
StorageControlClient.ListManagedFoldersPage
Overrides

createPageAsync(PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder> context, ApiFuture<ListManagedFoldersResponse> futureResponse)

public ApiFuture<StorageControlClient.ListManagedFoldersPage> createPageAsync(PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder> context, ApiFuture<ListManagedFoldersResponse> futureResponse)
Parameters
Name Description
context PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder>
futureResponse ApiFuture<ListManagedFoldersResponse>
Returns
Type Description
ApiFuture<ListManagedFoldersPage>
Overrides