Class SecurityCenterManagementClient.ListDescendantSecurityHealthAnalyticsCustomModulesPage (0.7.0)

public static class SecurityCenterManagementClient.ListDescendantSecurityHealthAnalyticsCustomModulesPage extends AbstractPage<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse,SecurityHealthAnalyticsCustomModule,SecurityCenterManagementClient.ListDescendantSecurityHealthAnalyticsCustomModulesPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterManagementClient.ListDescendantSecurityHealthAnalyticsCustomModulesPage

Methods

createPage(PageContext<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse,SecurityHealthAnalyticsCustomModule> context, ListDescendantSecurityHealthAnalyticsCustomModulesResponse response)

protected SecurityCenterManagementClient.ListDescendantSecurityHealthAnalyticsCustomModulesPage createPage(PageContext<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse,SecurityHealthAnalyticsCustomModule> context, ListDescendantSecurityHealthAnalyticsCustomModulesResponse response)
Parameters
NameDescription
contextPageContext<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse,SecurityHealthAnalyticsCustomModule>
responseListDescendantSecurityHealthAnalyticsCustomModulesResponse
Returns
TypeDescription
SecurityCenterManagementClient.ListDescendantSecurityHealthAnalyticsCustomModulesPage
Overrides

createPageAsync(PageContext<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse,SecurityHealthAnalyticsCustomModule> context, ApiFuture<ListDescendantSecurityHealthAnalyticsCustomModulesResponse> futureResponse)

public ApiFuture<SecurityCenterManagementClient.ListDescendantSecurityHealthAnalyticsCustomModulesPage> createPageAsync(PageContext<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse,SecurityHealthAnalyticsCustomModule> context, ApiFuture<ListDescendantSecurityHealthAnalyticsCustomModulesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse,SecurityHealthAnalyticsCustomModule>
futureResponseApiFuture<ListDescendantSecurityHealthAnalyticsCustomModulesResponse>
Returns
TypeDescription
ApiFuture<ListDescendantSecurityHealthAnalyticsCustomModulesPage>
Overrides