Class SecurityCenterSettingsServiceClient.ListDetectorsPage (0.46.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
Name Description
context PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector>
response ListDetectorsResponse
Returns
Type Description
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
Name Description
context PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector>
futureResponse ApiFuture<ListDetectorsResponse>
Returns
Type Description
ApiFuture<ListDetectorsPage>
Overrides