Class OrganizationVpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage (1.69.0)

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

Inheritance

java.lang.Object > AbstractPage > OrganizationVpcFlowLogsServiceClient.ListVpcFlowLogsConfigsPage

Methods

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

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

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

public ApiFuture<OrganizationVpcFlowLogsServiceClient.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