Class VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage (1.69.0)

public static class VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage extends AbstractPage<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig,VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage>

Inheritance

java.lang.Object > AbstractPage > VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage

Methods

createPage(PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, QueryOrgVpcFlowLogsConfigsResponse response)

protected VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage createPage(PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, QueryOrgVpcFlowLogsConfigsResponse response)
Parameters
Name Description
context PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig>
response QueryOrgVpcFlowLogsConfigsResponse
Returns
Type Description
VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage
Overrides

createPageAsync(PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, ApiFuture<QueryOrgVpcFlowLogsConfigsResponse> futureResponse)

public ApiFuture<VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage> createPageAsync(PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, ApiFuture<QueryOrgVpcFlowLogsConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<QueryOrgVpcFlowLogsConfigsRequest,QueryOrgVpcFlowLogsConfigsResponse,VpcFlowLogsConfig>
futureResponse ApiFuture<QueryOrgVpcFlowLogsConfigsResponse>
Returns
Type Description
ApiFuture<QueryOrgVpcFlowLogsConfigsPage>
Overrides