Class VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsFixedSizeCollection (1.69.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsFixedSizeCollection

Methods

createCollection(List<VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage> pages, int collectionSize)

protected VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsFixedSizeCollection createCollection(List<VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage> pages, int collectionSize)
Parameters
Name Description
pages List<QueryOrgVpcFlowLogsConfigsPage>
collectionSize int
Returns
Type Description
VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsFixedSizeCollection
Overrides