Class ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection (3.2.9)

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
NameDescription
pagesList<ListServiceLevelObjectivesPage>
collectionSizeint
Returns
TypeDescription
ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection
Overrides