Class SecurityCenterClient.ListEventThreatDetectionCustomModulesPage (2.57.0)

public static class SecurityCenterClient.ListEventThreatDetectionCustomModulesPage extends AbstractPage<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule,SecurityCenterClient.ListEventThreatDetectionCustomModulesPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListEventThreatDetectionCustomModulesPage

Methods

createPage(PageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ListEventThreatDetectionCustomModulesResponse response)

protected SecurityCenterClient.ListEventThreatDetectionCustomModulesPage createPage(PageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ListEventThreatDetectionCustomModulesResponse response)
Parameters
Name Description
context PageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
response ListEventThreatDetectionCustomModulesResponse
Returns
Type Description
SecurityCenterClient.ListEventThreatDetectionCustomModulesPage
Overrides

createPageAsync(PageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ApiFuture<ListEventThreatDetectionCustomModulesResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListEventThreatDetectionCustomModulesPage> createPageAsync(PageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ApiFuture<ListEventThreatDetectionCustomModulesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
futureResponse ApiFuture<ListEventThreatDetectionCustomModulesResponse>
Returns
Type Description
ApiFuture<ListEventThreatDetectionCustomModulesPage>
Overrides