Class VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsFixedSizeCollection (1.50.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsFixedSizeCollection

Methods

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

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