Class VmMigrationClient.FetchStorageInventoryPage (1.74.0)

public static class VmMigrationClient.FetchStorageInventoryPage extends AbstractPage<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource,VmMigrationClient.FetchStorageInventoryPage>

Inheritance

java.lang.Object > AbstractPage > VmMigrationClient.FetchStorageInventoryPage

Methods

createPage(PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource> context, FetchStorageInventoryResponse response)

protected VmMigrationClient.FetchStorageInventoryPage createPage(PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource> context, FetchStorageInventoryResponse response)
Parameters
Name Description
context PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource>
response FetchStorageInventoryResponse
Returns
Type Description
VmMigrationClient.FetchStorageInventoryPage
Overrides

createPageAsync(PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource> context, ApiFuture<FetchStorageInventoryResponse> futureResponse)

public ApiFuture<VmMigrationClient.FetchStorageInventoryPage> createPageAsync(PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource> context, ApiFuture<FetchStorageInventoryResponse> futureResponse)
Parameters
Name Description
context PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource>
futureResponse ApiFuture<FetchStorageInventoryResponse>
Returns
Type Description
ApiFuture<FetchStorageInventoryPage>
Overrides