Class AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPage (4.55.0)

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

Inheritance

java.lang.Object > AbstractPage > AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPage

Methods

createPage(PageContext<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse,AutoscalingPolicy> context, ListAutoscalingPoliciesResponse response)

protected AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPage createPage(PageContext<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse,AutoscalingPolicy> context, ListAutoscalingPoliciesResponse response)
Overrides

createPageAsync(PageContext<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse,AutoscalingPolicy> context, ApiFuture<ListAutoscalingPoliciesResponse> futureResponse)

public ApiFuture<AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPage> createPageAsync(PageContext<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse,AutoscalingPolicy> context, ApiFuture<ListAutoscalingPoliciesResponse> futureResponse)
Returns
Type Description
ApiFuture<ListAutoscalingPoliciesPage>
Overrides