Class SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesPage (0.13.0)

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

Inheritance

java.lang.Object > AbstractPage > SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesPage

Methods

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

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

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

public ApiFuture<SecurityCenterManagementClient.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