public static class StorageControlClient.ListManagedFoldersPage extends AbstractPage<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder,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 |
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> |