Class AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection (3.43.0)

public static class AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection extends AbstractFixedSizeCollection<ListAlertPoliciesRequest,ListAlertPoliciesResponse,AlertPolicy,AlertPolicyServiceClient.ListAlertPoliciesPage,AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection

Methods

createCollection(List<AlertPolicyServiceClient.ListAlertPoliciesPage> pages, int collectionSize)

protected AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection createCollection(List<AlertPolicyServiceClient.ListAlertPoliciesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListAlertPoliciesPage>
collectionSize int
Returns
Type Description
AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection
Overrides