Class VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsFixedSizeCollection (1.96.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsFixedSizeCollection

Methods

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

protected VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsFixedSizeCollection createCollection(@Nullable List<VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<QueryOrgVpcFlowLogsConfigsPage>
collectionSize int
Returns
Type Description
VpcFlowLogsServiceClient.QueryOrgVpcFlowLogsConfigsFixedSizeCollection
Overrides