Class SecurityCenterClient.ListAttackPathsFixedSizeCollection (2.103.0)

public static class SecurityCenterClient.ListAttackPathsFixedSizeCollection extends AbstractFixedSizeCollection<ListAttackPathsRequest,ListAttackPathsResponse,AttackPath,SecurityCenterClient.ListAttackPathsPage,SecurityCenterClient.ListAttackPathsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SecurityCenterClient.ListAttackPathsFixedSizeCollection

Methods

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

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