Class SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesFixedSizeCollection (2.103.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesFixedSizeCollection

Methods

createCollection(@Nullable List<SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage> pages, int collectionSize)

protected SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesFixedSizeCollection createCollection(@Nullable List<SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListDescendantEventThreatDetectionCustomModulesPage>
collectionSize int
Returns
Type Description
SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesFixedSizeCollection
Overrides