Class BareMetalSolutionClient.ListNfsSharesPage (0.41.0)

public static class BareMetalSolutionClient.ListNfsSharesPage extends AbstractPage<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare,BareMetalSolutionClient.ListNfsSharesPage>

Inheritance

java.lang.Object > AbstractPage > BareMetalSolutionClient.ListNfsSharesPage

Methods

createPage(PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, ListNfsSharesResponse response)

protected BareMetalSolutionClient.ListNfsSharesPage createPage(PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, ListNfsSharesResponse response)
Parameters
NameDescription
contextPageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare>
responseListNfsSharesResponse
Returns
TypeDescription
BareMetalSolutionClient.ListNfsSharesPage
Overrides

createPageAsync(PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, ApiFuture<ListNfsSharesResponse> futureResponse)

public ApiFuture<BareMetalSolutionClient.ListNfsSharesPage> createPageAsync(PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, ApiFuture<ListNfsSharesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare>
futureResponseApiFuture<ListNfsSharesResponse>
Returns
TypeDescription
ApiFuture<ListNfsSharesPage>
Overrides