Class NetworkSecurityClient.ListBackendAuthenticationConfigsFixedSizeCollection (0.94.0)

public static class NetworkSecurityClient.ListBackendAuthenticationConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig,NetworkSecurityClient.ListBackendAuthenticationConfigsPage,NetworkSecurityClient.ListBackendAuthenticationConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NetworkSecurityClient.ListBackendAuthenticationConfigsFixedSizeCollection

Methods

createCollection(List<NetworkSecurityClient.ListBackendAuthenticationConfigsPage> pages, int collectionSize)

protected NetworkSecurityClient.ListBackendAuthenticationConfigsFixedSizeCollection createCollection(List<NetworkSecurityClient.ListBackendAuthenticationConfigsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListBackendAuthenticationConfigsPage>
collectionSize int
Returns
Type Description
NetworkSecurityClient.ListBackendAuthenticationConfigsFixedSizeCollection
Overrides