Class SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesPage (0.8.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
NameDescription
contextPageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
responseListDescendantEventThreatDetectionCustomModulesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
futureResponseApiFuture<ListDescendantEventThreatDetectionCustomModulesResponse>
Returns
TypeDescription
ApiFuture<ListDescendantEventThreatDetectionCustomModulesPage>
Overrides