Class SecurityCenterManagementClient.ListEventThreatDetectionCustomModulesPage (0.7.0)

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

Inheritance

java.lang.Object > AbstractPage > SecurityCenterManagementClient.ListEventThreatDetectionCustomModulesPage

Methods

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

protected SecurityCenterManagementClient.ListEventThreatDetectionCustomModulesPage createPage(PageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ListEventThreatDetectionCustomModulesResponse response)
Parameters
NameDescription
contextPageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
responseListEventThreatDetectionCustomModulesResponse
Returns
TypeDescription
SecurityCenterManagementClient.ListEventThreatDetectionCustomModulesPage
Overrides

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

public ApiFuture<SecurityCenterManagementClient.ListEventThreatDetectionCustomModulesPage> createPageAsync(PageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ApiFuture<ListEventThreatDetectionCustomModulesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
futureResponseApiFuture<ListEventThreatDetectionCustomModulesResponse>
Returns
TypeDescription
ApiFuture<ListEventThreatDetectionCustomModulesPage>
Overrides