Class ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection (3.43.0)

public static class ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection extends AbstractFixedSizeCollection<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage,ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection

Methods

createCollection(List<ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage> pages, int collectionSize)

protected ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection createCollection(List<ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListServiceLevelObjectivesPage>
collectionSize int
Returns
Type Description
ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection
Overrides