Class SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage (2.55.0)

public static class SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage extends AbstractPage<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule,SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage

Methods

createPage(PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ListDescendantEventThreatDetectionCustomModulesResponse response)

protected SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage createPage(PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ListDescendantEventThreatDetectionCustomModulesResponse response)
Parameters
Name Description
context PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
response ListDescendantEventThreatDetectionCustomModulesResponse
Returns
Type Description
SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage
Overrides

createPageAsync(PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ApiFuture<ListDescendantEventThreatDetectionCustomModulesResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage> createPageAsync(PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ApiFuture<ListDescendantEventThreatDetectionCustomModulesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
futureResponse ApiFuture<ListDescendantEventThreatDetectionCustomModulesResponse>
Returns
Type Description
ApiFuture<ListDescendantEventThreatDetectionCustomModulesPage>
Overrides