Class SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesFixedSizeCollection (0.7.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesFixedSizeCollection

Methods

createCollection(List<SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesPage> pages, int collectionSize)

protected SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesFixedSizeCollection createCollection(List<SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListDescendantEventThreatDetectionCustomModulesPage>
collectionSizeint
Returns
TypeDescription
SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesFixedSizeCollection
Overrides