Class AutoscalingPolicyServiceClient.ListAutoscalingPoliciesFixedSizeCollection (4.40.0)

public static class AutoscalingPolicyServiceClient.ListAutoscalingPoliciesFixedSizeCollection extends AbstractFixedSizeCollection<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse,AutoscalingPolicy,AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPage,AutoscalingPolicyServiceClient.ListAutoscalingPoliciesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AutoscalingPolicyServiceClient.ListAutoscalingPoliciesFixedSizeCollection

Methods

createCollection(List<AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPage> pages, int collectionSize)

protected AutoscalingPolicyServiceClient.ListAutoscalingPoliciesFixedSizeCollection createCollection(List<AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListAutoscalingPoliciesPage>
collectionSize int
Returns
Type Description
AutoscalingPolicyServiceClient.ListAutoscalingPoliciesFixedSizeCollection
Overrides