Class VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage (1.50.0)

public static class VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage extends AbstractPage<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig,VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage>

Inheritance

java.lang.Object > AbstractPage > VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage

Methods

createPage(PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, ListVpcFlowLogsConfigsResponse response)

protected VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage createPage(PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, ListVpcFlowLogsConfigsResponse response)
Parameters
Name Description
context PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig>
response ListVpcFlowLogsConfigsResponse
Returns
Type Description
VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage
Overrides

createPageAsync(PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, ApiFuture<ListVpcFlowLogsConfigsResponse> futureResponse)

public ApiFuture<VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage> createPageAsync(PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig> context, ApiFuture<ListVpcFlowLogsConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse,VpcFlowLogsConfig>
futureResponse ApiFuture<ListVpcFlowLogsConfigsResponse>
Returns
Type Description
ApiFuture<ListVpcFlowLogsConfigsPage>
Overrides