Class PrivatePathServiceGatewayAccountPoliciesPager


  • public class PrivatePathServiceGatewayAccountPoliciesPager
    extends Object
    PrivatePathServiceGatewayAccountPoliciesPager can be used to simplify the use of the "listPrivatePathServiceGatewayAccountPolicies" method.
    • Constructor Detail

      • PrivatePathServiceGatewayAccountPoliciesPager

        public PrivatePathServiceGatewayAccountPoliciesPager​(Vpc client,
                                                             ListPrivatePathServiceGatewayAccountPoliciesOptions options)
        Constructs a new PrivatePathServiceGatewayAccountPoliciesPager instance with the specified client and options model instance.
        Parameters:
        client - the Vpc instance to be used to invoke the "listPrivatePathServiceGatewayAccountPolicies" method
        options - the ListPrivatePathServiceGatewayAccountPoliciesOptions instance to be used to invoke the "listPrivatePathServiceGatewayAccountPolicies" method
    • Method Detail

      • hasNext

        public boolean hasNext()
        Returns true if there are more results to be retrieved.
        Returns:
        boolean
      • getAll

        public List<PrivatePathServiceGatewayAccountPolicy> getAll()
        Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.
        Returns:
        a List<PrivatePathServiceGatewayAccountPolicy> containing all results returned by the "listPrivatePathServiceGatewayAccountPolicies" method