Class SecurityCenterSettingsServiceClient.ListDetectorsPage (0.10.0)

public static class SecurityCenterSettingsServiceClient.ListDetectorsPage extends AbstractPage<ListDetectorsRequest,ListDetectorsResponse,Detector,SecurityCenterSettingsServiceClient.ListDetectorsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterSettingsServiceClient.ListDetectorsPage

Methods

createPage(PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, ListDetectorsResponse response)

protected SecurityCenterSettingsServiceClient.ListDetectorsPage createPage(PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, ListDetectorsResponse response)
Parameters
NameDescription
contextPageContext<ListDetectorsRequest,ListDetectorsResponse,Detector>
responseListDetectorsResponse
Returns
TypeDescription
SecurityCenterSettingsServiceClient.ListDetectorsPage
Overrides

createPageAsync(PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, ApiFuture<ListDetectorsResponse> futureResponse)

public ApiFuture<SecurityCenterSettingsServiceClient.ListDetectorsPage> createPageAsync(PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, ApiFuture<ListDetectorsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDetectorsRequest,ListDetectorsResponse,Detector>
futureResponseApiFuture<ListDetectorsResponse>
Returns
TypeDescription
ApiFuture<ListDetectorsPage>
Overrides