Uses of Class
org.jclouds.collect.PagedIterable
-
-
Uses of PagedIterable in org.jclouds
Methods in org.jclouds that return PagedIterable Modifier and Type Method Description PagedIterable<Object>
Fallbacks.EmptyPagedIterableOnNotFoundOr404. createOrPropagate(Throwable t)
-
Uses of PagedIterable in org.jclouds.cloudwatch.features
Methods in org.jclouds.cloudwatch.features that return PagedIterable Modifier and Type Method Description PagedIterable<Alarm>
AlarmApi. list()
Return all alarms.PagedIterable<Alarm>
AlarmApi. list(ListAlarmsOptions options)
Return all alarms based on the options queryPagedIterable<Metric>
MetricApi. list()
PagedIterable<AlarmHistoryItem>
AlarmApi. listHistory()
Return all history for all alarms.PagedIterable<AlarmHistoryItem>
AlarmApi. listHistory(ListAlarmHistoryOptions options)
Return all history based on the options query -
Uses of PagedIterable in org.jclouds.collect
Methods in org.jclouds.collect that return PagedIterable Modifier and Type Method Description static <T> PagedIterable<T>
PagedIterables. advance(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
static <T> PagedIterable<T>
PagedIterables. of(IterableWithMarker<T> only)
Deprecated.static <T> PagedIterable<T>
PagedIterables. onlyPage(IterableWithMarker<T> only)
-
Uses of PagedIterable in org.jclouds.collect.internal
Methods in org.jclouds.collect.internal that return PagedIterable Modifier and Type Method Description PagedIterable<T>
ArgsToPagedIterable. apply(IterableWithMarker<T> input)
PagedIterable<T>
CallerArg0ToPagedIterable. apply(IterableWithMarker<T> input)
Deprecated. -
Uses of PagedIterable in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return PagedIterable Modifier and Type Method Description PagedIterable<Action>
ActionApi. list()
PagedIterable<Droplet>
DropletApi. list()
PagedIterable<Image>
ImageApi. list()
PagedIterable<Key>
KeyApi. list()
PagedIterable<Region>
RegionApi. list()
Get the list of all regions.PagedIterable<Size>
SizeApi. list()
PagedIterable<Action>
DropletApi. listActions(int id)
PagedIterable<Backup>
DropletApi. listBackups(int id)
PagedIterable<Kernel>
DropletApi. listKernels(int id)
PagedIterable<Snapshot>
DropletApi. listSnapshots(int id)
-
Uses of PagedIterable in org.jclouds.openstack.glance.v1_0.features
Methods in org.jclouds.openstack.glance.v1_0.features that return PagedIterable Modifier and Type Method Description PagedIterable<Image>
ImageApi. list()
Lists all images (IDs, names, links)PagedIterable<ImageDetails>
ImageApi. listInDetail()
Lists all images (all details) -
Uses of PagedIterable in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions that return PagedIterable Modifier and Type Method Description PagedIterable<Service>
ServiceAdminApi. list()
Retrieve the list of services -
Uses of PagedIterable in org.jclouds.openstack.keystone.v2_0.features
Methods in org.jclouds.openstack.keystone.v2_0.features that return PagedIterable Modifier and Type Method Description PagedIterable<Tenant>
TenantApi. list()
The operation returns a list of tenants which the current token provides access to.PagedIterable<User>
UserApi. list()
Retrieve the list of users -
Uses of PagedIterable in org.jclouds.openstack.marconi.v1.features
Methods in org.jclouds.openstack.marconi.v1.features that return PagedIterable Modifier and Type Method Description PagedIterable<Queue>
QueueApi. list(boolean detailed)
Lists the queues. -
Uses of PagedIterable in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions that return PagedIterable Modifier and Type Method Description PagedIterable<Firewall>
FWaaSApi. list()
Returns the list of all routers currently defined in Neutron for the current tenant.PagedIterable<Router>
RouterApi. list()
Returns the list of all routers currently defined in Neutron for the current tenant.PagedIterable<FirewallPolicy>
FWaaSApi. listFirewallPolicies()
PagedIterable<FirewallRule>
FWaaSApi. listFirewallRules()
-
Uses of PagedIterable in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 that return PagedIterable Modifier and Type Method Description PagedIterable<HealthMonitor>
LBaaSApi. listHealthMonitors()
Returns a list of HealthMonitors to which the tenant has access.PagedIterable<Member>
LBaaSApi. listMembers()
Returns a list of Members to which the tenant has access.PagedIterable<Pool>
LBaaSApi. listPools()
Returns a list of Pools to which the tenant has access.PagedIterable<VIP>
LBaaSApi. listVIPs()
Returns a list of VIPs to which the tenant has access. -
Uses of PagedIterable in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return PagedIterable Modifier and Type Method Description PagedIterable<FloatingIP>
FloatingIPApi. list()
Returns a list of floating IPs to which the tenant has access.PagedIterable<Network>
NetworkApi. list()
Returns all networks currently defined in Neutron for the current tenant.PagedIterable<Port>
PortApi. list()
Returns the list of all ports currently defined in Neutron for the current tenant.PagedIterable<Subnet>
SubnetApi. list()
Returns the list of all subnets currently defined in Neutron for the current tenant.PagedIterable<Rule>
SecurityGroupApi. listRules()
PagedIterable<SecurityGroup>
SecurityGroupApi. listSecurityGroups()
-
Uses of PagedIterable in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features that return PagedIterable Modifier and Type Method Description PagedIterable<Resource>
FlavorApi. list()
List all flavors (IDs, names, links)PagedIterable<Resource>
ImageApi. list()
List all images (IDs, names, links)PagedIterable<Resource>
ServerApi. list()
List all servers (IDs, names, links)PagedIterable<Flavor>
FlavorApi. listInDetail()
List all flavors (all details)PagedIterable<Image>
ImageApi. listInDetail()
List all images (all details)PagedIterable<Server>
ServerApi. listInDetail()
List all servers (all details) -
Uses of PagedIterable in org.jclouds.packet.features
Methods in org.jclouds.packet.features that return PagedIterable Modifier and Type Method Description PagedIterable<Device>
DeviceApi. list()
PagedIterable<Facility>
FacilityApi. list()
PagedIterable<OperatingSystem>
OperatingSystemApi. list()
PagedIterable<Plan>
PlanApi. list()
PagedIterable<Project>
ProjectApi. list()
PagedIterable<SshKey>
SshKeyApi. list()
-
Uses of PagedIterable in org.jclouds.rackspace.clouddns.v1.features
Methods in org.jclouds.rackspace.clouddns.v1.features that return PagedIterable Modifier and Type Method Description PagedIterable<Domain>
DomainApi. list()
The resulting list is flat, and does not break the domains down hierarchically by subdomain.PagedIterable<RecordDetail>
RecordApi. list()
This call lists all records configured for the specified domain.PagedIterable<RecordDetail>
ReverseDNSApi. list(URI deviceURI)
List all of the Reverse DNS (PTR) records for a device.PagedIterable<RecordDetail>
RecordApi. listByNameAndType(String nameFilter, String typeFilter)
RecordDetails filtered by name and type.PagedIterable<RecordDetail>
RecordApi. listByType(String typeFilter)
RecordDetails filtered by type.PagedIterable<RecordDetail>
RecordApi. listByTypeAndData(String typeFilter, String dataFilter)
RecordDetails filtered by type and data.PagedIterable<Subdomain>
DomainApi. listSubdomains(int domainId)
List the subdomains of a domain.PagedIterable<Domain>
DomainApi. listWithFilterByNamesMatching(String nameFilter)
Filtering the search to limit the results returned can be performed by using the nameFilter parameter. -
Uses of PagedIterable in org.jclouds.rackspace.cloudloadbalancers.v1.features
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features that return PagedIterable Modifier and Type Method Description PagedIterable<LoadBalancer>
LoadBalancerApi. list()
List the load balancers.PagedIterable<Node>
NodeApi. list()
List the nodes.PagedIterable<LoadBalancer>
ReportApi. listBillableLoadBalancers(Date startTime, Date endTime)
List billable load balancers for the given date range.PagedIterable<LoadBalancerUsage>
ReportApi. listCurrentLoadBalancerUsage(int loadBalancerId)
Current usage represents all usage recorded within the preceding 24 hours.PagedIterable<LoadBalancerUsage>
ReportApi. listLoadBalancerUsage(int loadBalancerId, Date startTime, Date endTime)
Historical usage data is available for up to 90 days of service activity. -
Uses of PagedIterable in org.jclouds.route53.features
Methods in org.jclouds.route53.features that return PagedIterable Modifier and Type Method Description PagedIterable<HostedZone>
HostedZoneApi. list()
returns all zones in order.PagedIterable<ResourceRecordSet>
ResourceRecordSetApi. list()
returns all resource record sets in order. -
Uses of PagedIterable in org.jclouds.s3
Methods in org.jclouds.s3 that return PagedIterable Modifier and Type Method Description static PagedIterable<ObjectMetadata>
S3. listBucket(S3Client s3Client, String bucket, ListBucketOptions options)
List all objects in a bucket, in a way that manages pagination, based on the criteria in theListBucketOptions
passed in.
-