Class VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsFixedSizeCollection (1.96.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsFixedSizeCollection

Methods

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

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