Class AwsClustersClient.ListAwsNodePoolsPage (0.94.0)

public static class AwsClustersClient.ListAwsNodePoolsPage extends AbstractPage<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse,AwsNodePool,AwsClustersClient.ListAwsNodePoolsPage>

Inheritance

java.lang.Object > AbstractPage > AwsClustersClient.ListAwsNodePoolsPage

Methods

createPage(@Nullable PageContext<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse,AwsNodePool> context, @Nullable ListAwsNodePoolsResponse response)

protected AwsClustersClient.ListAwsNodePoolsPage createPage(@Nullable PageContext<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse,AwsNodePool> context, @Nullable ListAwsNodePoolsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse,AwsNodePool>
response @org.jspecify.annotations.Nullable com.google.cloud.gkemulticloud.v1.ListAwsNodePoolsResponse
Returns
Type Description
AwsClustersClient.ListAwsNodePoolsPage
Overrides

createPageAsync(@Nullable PageContext<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse,AwsNodePool> context, ApiFuture<ListAwsNodePoolsResponse> futureResponse)

public ApiFuture<AwsClustersClient.ListAwsNodePoolsPage> createPageAsync(@Nullable PageContext<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse,AwsNodePool> context, ApiFuture<ListAwsNodePoolsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse,AwsNodePool>
futureResponse ApiFuture<ListAwsNodePoolsResponse>
Returns
Type Description
ApiFuture<ListAwsNodePoolsPage>
Overrides