Class PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage (0.15.0)

public static class PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage extends AbstractPage<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage>

Inheritance

java.lang.Object > AbstractPage > PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage

Methods

createPage(PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration> context, ListPredictionApiKeyRegistrationsResponse response)

protected PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage createPage(PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration> context, ListPredictionApiKeyRegistrationsResponse response)
Parameters
NameDescription
contextPageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration>
responseListPredictionApiKeyRegistrationsResponse
Returns
TypeDescription
PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage
Overrides

createPageAsync(PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration> context, ApiFuture<ListPredictionApiKeyRegistrationsResponse> futureResponse)

public ApiFuture<PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage> createPageAsync(PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration> context, ApiFuture<ListPredictionApiKeyRegistrationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration>
futureResponseApiFuture<ListPredictionApiKeyRegistrationsResponse>
Returns
TypeDescription
ApiFuture<ListPredictionApiKeyRegistrationsPage>
Overrides