Class DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage (1.73.0)

public static class DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage extends AbstractPage<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService,DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage>

Inheritance

java.lang.Object > AbstractPage > DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage

Methods

createPage(PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService> context, ListMulticloudDataTransferSupportedServicesResponse response)

protected DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage createPage(PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService> context, ListMulticloudDataTransferSupportedServicesResponse response)
Parameters
Name Description
context PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService>
response ListMulticloudDataTransferSupportedServicesResponse
Returns
Type Description
DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage
Overrides

createPageAsync(PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService> context, ApiFuture<ListMulticloudDataTransferSupportedServicesResponse> futureResponse)

public ApiFuture<DataTransferServiceClient.ListMulticloudDataTransferSupportedServicesPage> createPageAsync(PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService> context, ApiFuture<ListMulticloudDataTransferSupportedServicesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListMulticloudDataTransferSupportedServicesRequest,ListMulticloudDataTransferSupportedServicesResponse,MulticloudDataTransferSupportedService>
futureResponse ApiFuture<ListMulticloudDataTransferSupportedServicesResponse>
Returns
Type Description
ApiFuture<ListMulticloudDataTransferSupportedServicesPage>
Overrides