Class AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPage (4.40.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)
Parameters
Name Description
context PageContext<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse,AutoscalingPolicy>
response ListAutoscalingPoliciesResponse
Returns
Type Description
AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPage
Overrides

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

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