Class AutoscalingPolicyServiceClient.ListAutoscalingPoliciesFixedSizeCollection (4.91.1)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AutoscalingPolicyServiceClient.ListAutoscalingPoliciesFixedSizeCollection

Methods

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

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