Class SecurityCenterSettingsServiceClient.ListDetectorsPage (0.39.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)
Overrides

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

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