Class CloudDeployClient.ListCustomTargetTypesFixedSizeCollection (1.39.0)

public static class CloudDeployClient.ListCustomTargetTypesFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType,CloudDeployClient.ListCustomTargetTypesPage,CloudDeployClient.ListCustomTargetTypesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudDeployClient.ListCustomTargetTypesFixedSizeCollection

Methods

createCollection(List<CloudDeployClient.ListCustomTargetTypesPage> pages, int collectionSize)

protected CloudDeployClient.ListCustomTargetTypesFixedSizeCollection createCollection(List<CloudDeployClient.ListCustomTargetTypesPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListCustomTargetTypesPage>
collectionSizeint
Returns
TypeDescription
CloudDeployClient.ListCustomTargetTypesFixedSizeCollection
Overrides