Class AssuredWorkloadsServiceClient.ListViolationsFixedSizeCollection (2.95.0)

public static class AssuredWorkloadsServiceClient.ListViolationsFixedSizeCollection extends AbstractFixedSizeCollection<ListViolationsRequest,ListViolationsResponse,Violation,AssuredWorkloadsServiceClient.ListViolationsPage,AssuredWorkloadsServiceClient.ListViolationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AssuredWorkloadsServiceClient.ListViolationsFixedSizeCollection

Methods

createCollection(@Nullable List<AssuredWorkloadsServiceClient.ListViolationsPage> pages, int collectionSize)

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