Class SecurityPostureClient.ListPosturesPage (0.2.0)

public static class SecurityPostureClient.ListPosturesPage extends AbstractPage<ListPosturesRequest,ListPosturesResponse,Posture,SecurityPostureClient.ListPosturesPage>

Inheritance

java.lang.Object > AbstractPage > SecurityPostureClient.ListPosturesPage

Methods

createPage(PageContext<ListPosturesRequest,ListPosturesResponse,Posture> context, ListPosturesResponse response)

protected SecurityPostureClient.ListPosturesPage createPage(PageContext<ListPosturesRequest,ListPosturesResponse,Posture> context, ListPosturesResponse response)
Parameters
NameDescription
contextPageContext<ListPosturesRequest,ListPosturesResponse,Posture>
responseListPosturesResponse
Returns
TypeDescription
SecurityPostureClient.ListPosturesPage
Overrides

createPageAsync(PageContext<ListPosturesRequest,ListPosturesResponse,Posture> context, ApiFuture<ListPosturesResponse> futureResponse)

public ApiFuture<SecurityPostureClient.ListPosturesPage> createPageAsync(PageContext<ListPosturesRequest,ListPosturesResponse,Posture> context, ApiFuture<ListPosturesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListPosturesRequest,ListPosturesResponse,Posture>
futureResponseApiFuture<ListPosturesResponse>
Returns
TypeDescription
ApiFuture<ListPosturesPage>
Overrides