Class BareMetalSolutionClient.ListProvisioningQuotasPage (0.42.0)

public static class BareMetalSolutionClient.ListProvisioningQuotasPage extends AbstractPage<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota,BareMetalSolutionClient.ListProvisioningQuotasPage>

Inheritance

java.lang.Object > AbstractPage > BareMetalSolutionClient.ListProvisioningQuotasPage

Methods

createPage(PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota> context, ListProvisioningQuotasResponse response)

protected BareMetalSolutionClient.ListProvisioningQuotasPage createPage(PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota> context, ListProvisioningQuotasResponse response)
Parameters
Name Description
context PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota>
response ListProvisioningQuotasResponse
Returns
Type Description
BareMetalSolutionClient.ListProvisioningQuotasPage
Overrides

createPageAsync(PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota> context, ApiFuture<ListProvisioningQuotasResponse> futureResponse)

public ApiFuture<BareMetalSolutionClient.ListProvisioningQuotasPage> createPageAsync(PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota> context, ApiFuture<ListProvisioningQuotasResponse> futureResponse)
Parameters
Name Description
context PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota>
futureResponse ApiFuture<ListProvisioningQuotasResponse>
Returns
Type Description
ApiFuture<ListProvisioningQuotasPage>
Overrides