Class VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage (1.84.0)

public static class VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage extends AbstractPage<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig,VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage>

Inheritance

java.lang.Object > AbstractPage > VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage

Methods

createPage(PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig> context, ShowEffectiveFlowLogsConfigsResponse response)

protected VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage createPage(PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig> context, ShowEffectiveFlowLogsConfigsResponse response)
Parameters
Name Description
context PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig>
response ShowEffectiveFlowLogsConfigsResponse
Returns
Type Description
VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage
Overrides

createPageAsync(PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig> context, ApiFuture<ShowEffectiveFlowLogsConfigsResponse> futureResponse)

public ApiFuture<VpcFlowLogsServiceClient.ShowEffectiveFlowLogsConfigsPage> createPageAsync(PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig> context, ApiFuture<ShowEffectiveFlowLogsConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ShowEffectiveFlowLogsConfigsRequest,ShowEffectiveFlowLogsConfigsResponse,EffectiveVpcFlowLogsConfig>
futureResponse ApiFuture<ShowEffectiveFlowLogsConfigsResponse>
Returns
Type Description
ApiFuture<ShowEffectiveFlowLogsConfigsPage>
Overrides