Class BareMetalSolutionClient.ListProvisioningQuotasPage (0.41.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
NameDescription
contextPageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota>
responseListProvisioningQuotasResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota>
futureResponseApiFuture<ListProvisioningQuotasResponse>
Returns
TypeDescription
ApiFuture<ListProvisioningQuotasPage>
Overrides