Class BareMetalSolutionClient.ListOSImagesPage (0.41.0)

public static class BareMetalSolutionClient.ListOSImagesPage extends AbstractPage<ListOSImagesRequest,ListOSImagesResponse,OSImage,BareMetalSolutionClient.ListOSImagesPage>

Inheritance

java.lang.Object > AbstractPage > BareMetalSolutionClient.ListOSImagesPage

Methods

createPage(PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage> context, ListOSImagesResponse response)

protected BareMetalSolutionClient.ListOSImagesPage createPage(PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage> context, ListOSImagesResponse response)
Parameters
NameDescription
contextPageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage>
responseListOSImagesResponse
Returns
TypeDescription
BareMetalSolutionClient.ListOSImagesPage
Overrides

createPageAsync(PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage> context, ApiFuture<ListOSImagesResponse> futureResponse)

public ApiFuture<BareMetalSolutionClient.ListOSImagesPage> createPageAsync(PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage> context, ApiFuture<ListOSImagesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage>
futureResponseApiFuture<ListOSImagesResponse>
Returns
TypeDescription
ApiFuture<ListOSImagesPage>
Overrides