Class NetworkSecurityClient.ListBackendAuthenticationConfigsFixedSizeCollection (0.98.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NetworkSecurityClient.ListBackendAuthenticationConfigsFixedSizeCollection

Methods

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

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