Class BareMetalSolutionClient.ListOSImagesPage (0.42.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
Name Description
context PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage>
response ListOSImagesResponse
Returns
Type Description
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
Name Description
context PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage>
futureResponse ApiFuture<ListOSImagesResponse>
Returns
Type Description
ApiFuture<ListOSImagesPage>
Overrides