public class SecurityGroups extends PaginatedCollection<SecurityGroup>
Modifier and Type | Field and Description |
---|---|
static SecurityGroups |
EMPTY |
Modifier | Constructor and Description |
---|---|
protected |
SecurityGroups(Iterable<SecurityGroup> securityGroups,
Iterable<Link> securityGroupsLinks) |
getLinks, getTotalEntries, iterator, nextMarker, nextPaginationOptions
allMatch, anyMatch, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, last, limit, size, skip, toArray, toList, toMap, toSet, toSortedList, toSortedSet, toString, transform, transformAndConcat, uniqueIndex
public static final SecurityGroups EMPTY
@ConstructorProperties(value={"security_groups","security_groups_links"}) protected SecurityGroups(Iterable<SecurityGroup> securityGroups, Iterable<Link> securityGroupsLinks)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.