Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Metric> |
MetricApi.list(ListMetricsOptions options)
Returns a list of valid metrics stored for the AWS account owner.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends IterableWithMarker<Metric>> |
MetricAsyncApi.list(ListMetricsOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Metric>> |
MetricsToPagedIterable.markerToNextForCallingArg0(String arg0) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Metric> |
ListMetricsResponseHandler.getResult() |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingIterableWithMarker<T>
An iterator which forwards all its method calls to another iterator.
|
Modifier and Type | Field and Description |
---|---|
static IterableWithMarker |
IterableWithMarkers.EMPTY |
Modifier and Type | Method and Description |
---|---|
protected abstract IterableWithMarker<T> |
ForwardingIterableWithMarker.delegate() |
static <T> IterableWithMarker<T> |
IterableWithMarkers.from(Iterable<T> elements)
Returns a paginated iterable containing the given elements and null marker.
|
static <T> IterableWithMarker<T> |
IterableWithMarkers.from(Iterable<T> elements,
Object marker)
Returns a paginated iterable containing the given elements and marker.
|
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<IterableWithMarker<T>> |
PagedIterables.advancingIterator(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
Modifier and Type | Method and Description |
---|---|
static <T> PagedIterable<T> |
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
static <T> Iterator<IterableWithMarker<T>> |
PagedIterables.advancingIterator(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) |
Modifier and Type | Method and Description |
---|---|
static <T> PagedIterable<T> |
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
static <T> Iterator<IterableWithMarker<T>> |
PagedIterables.advancingIterator(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
Modifier and Type | Method and Description |
---|---|
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
Arg0ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
CallerArg0ToPagedIterable.markerToNextForCallingArg0(String arg0)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<T> |
CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
Deprecated.
|
PagedIterable<T> |
Arg0ToPagedIterable.apply(IterableWithMarker<T> input) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<LoadBalancer> |
LoadBalancerApi.list(ListLoadBalancersOptions options)
Returns detailed configuration information for the specified LoadBalancers.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<LoadBalancer>> |
LoadBalancerAsyncApi.list(ListLoadBalancersOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<LoadBalancer>> |
LoadBalancersToPagedIterable.markerToNextForCallingArg0(String arg0) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<LoadBalancer> |
DescribeLoadBalancersResultHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<User> |
UserApi.listAt(String marker)
retrieves up to 100 users in order, starting at
marker |
IterableWithMarker<Role> |
RoleApi.listAt(String marker)
retrieves up to 100 roles in order, starting at
marker |
IterableWithMarker<String> |
PolicyApi.listAt(String marker)
retrieves up to 100 policy names in order, starting at
marker |
IterableWithMarker<InstanceProfile> |
InstanceProfileApi.listAt(String marker)
retrieves up to 100 instance profiles in order, starting at
marker |
IterableWithMarker<User> |
UserApi.listFirstPage()
retrieves up to 100 users in order.
|
IterableWithMarker<Role> |
RoleApi.listFirstPage()
retrieves up to 100 roles in order.
|
IterableWithMarker<String> |
PolicyApi.listFirstPage()
retrieves up to 100 policy names in order.
|
IterableWithMarker<InstanceProfile> |
InstanceProfileApi.listFirstPage()
retrieves up to 100 instance profiles in order.
|
IterableWithMarker<InstanceProfile> |
RoleApi.listFirstPageOfInstanceProfiles(String name)
retrieves up to 100 instance profiles in order for this role.
|
IterableWithMarker<InstanceProfile> |
RoleApi.listInstanceProfilesAt(String name,
String marker)
retrieves up to 100 instance profiles in order for this role, starting at
marker |
IterableWithMarker<User> |
UserApi.listPathPrefixAt(String pathPrefix,
String marker)
retrieves up to 100 users in order at the specified
pathPrefix , starting at marker . |
IterableWithMarker<Role> |
RoleApi.listPathPrefixAt(String pathPrefix,
String marker)
retrieves up to 100 roles in order at the specified
pathPrefix , starting at marker . |
IterableWithMarker<InstanceProfile> |
InstanceProfileApi.listPathPrefixAt(String pathPrefix,
String marker)
retrieves up to 100 instance profiles in order at the specified
pathPrefix , starting at marker . |
IterableWithMarker<User> |
UserApi.listPathPrefixFirstPage(String pathPrefix)
retrieves up to 100 users in order at the specified
pathPrefix . |
IterableWithMarker<Role> |
RoleApi.listPathPrefixFirstPage(String pathPrefix)
retrieves up to 100 roles in order at the specified
pathPrefix . |
IterableWithMarker<InstanceProfile> |
InstanceProfileApi.listPathPrefixFirstPage(String pathPrefix)
retrieves up to 100 instance profiles in order at the specified
pathPrefix . |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
UserAsyncApi.listAt(String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<String>> |
RolePolicyAsyncApi.listAt(String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> |
RoleAsyncApi.listAt(String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
InstanceProfileAsyncApi.listAt(String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
UserAsyncApi.listFirstPage() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<String>> |
RolePolicyAsyncApi.listFirstPage() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> |
RoleAsyncApi.listFirstPage() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
InstanceProfileAsyncApi.listFirstPage() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
RoleAsyncApi.listFirstPageOfInstanceProfiles(String name) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
RoleAsyncApi.listInstanceProfilesAt(String name,
String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
UserAsyncApi.listPathPrefixAt(String pathPrefix,
String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> |
RoleAsyncApi.listPathPrefixAt(String pathPrefix,
String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
InstanceProfileAsyncApi.listPathPrefixAt(String pathPrefix,
String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
UserAsyncApi.listPathPrefixFirstPage(String pathPrefix) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Role>> |
RoleAsyncApi.listPathPrefixFirstPage(String pathPrefix) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<InstanceProfile>> |
InstanceProfileAsyncApi.listPathPrefixFirstPage(String pathPrefix) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<User>> |
UsersToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> pathPrefix) |
protected com.google.common.base.Function<Object,IterableWithMarker<Role>> |
RolesToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> pathPrefix) |
protected com.google.common.base.Function<Object,IterableWithMarker<String>> |
PoliciesToPagedIterable.RolePoliciesToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> roleName) |
protected com.google.common.base.Function<Object,IterableWithMarker<InstanceProfile>> |
InstanceProfilesToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> pathPrefix) |
protected com.google.common.base.Function<Object,IterableWithMarker<InstanceProfile>> |
InstanceProfilesForRoleToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> name) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<User> |
ListUsersResultHandler.getResult() |
IterableWithMarker<Role> |
ListRolesResultHandler.getResult() |
IterableWithMarker<String> |
ListPoliciesResultHandler.getResult() |
IterableWithMarker<InstanceProfile> |
ListInstanceProfilesResultHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Image>> |
ParseImages.ToPagedIterable.markerToNextForCallingArg0(String zone) |
protected com.google.common.base.Function<Object,IterableWithMarker<ImageDetails>> |
ParseImageDetails.ToPagedIterable.markerToNextForCallingArg0(String zone) |
Modifier and Type | Class and Description |
---|---|
class |
PaginatedCollection<T>
base class for a paginated collection in openstack
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<User>> |
ParseUsers.ToPagedIterable.markerToNextForCallingArg0(String ignored) |
protected com.google.common.base.Function<Object,IterableWithMarker<Tenant>> |
ParseTenants.ToPagedIterable.markerToNextForCallingArg0(String ignored) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Resource>> |
ParseServers.ToPagedIterable.markerToNextForCallingArg0(String zone) |
protected com.google.common.base.Function<Object,IterableWithMarker<Server>> |
ParseServerDetails.ToPagedIterable.markerToNextForCallingArg0(String zone) |
protected com.google.common.base.Function<Object,IterableWithMarker<Resource>> |
ParseImages.ToPagedIterable.markerToNextForCallingArg0(String zone) |
protected com.google.common.base.Function<Object,IterableWithMarker<Image>> |
ParseImageDetails.ToPagedIterable.markerToNextForCallingArg0(String zone) |
protected com.google.common.base.Function<Object,IterableWithMarker<Resource>> |
ParseFlavors.ToPagedIterable.markerToNextForCallingArg0(String zone) |
protected com.google.common.base.Function<Object,IterableWithMarker<Flavor>> |
ParseFlavorDetails.ToPagedIterable.markerToNextForCallingArg0(String zone) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Node> |
NodeApi.list(PaginationOptions options) |
IterableWithMarker<LoadBalancer> |
LoadBalancerApi.list(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<LoadBalancer>> |
NodeAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<LoadBalancer>> |
LoadBalancerAsyncApi.list(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<LoadBalancer> |
ParseLoadBalancers.apply(HttpResponse arg0) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Node>> |
ParseNodes.ToPagedIterable.markerToNextForCallingArg0(String zone) |
protected com.google.common.base.Function<Object,IterableWithMarker<LoadBalancer>> |
ParseLoadBalancers.ToPagedIterable.markerToNextForCallingArg0(String zone) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Instance> |
InstanceApi.list(ListInstancesOptions options)
Returns information about provisioned RDS instances.
|
IterableWithMarker<SecurityGroup> |
SecurityGroupApi.list(ListSecurityGroupsOptions options)
Returns a list of
SecurityGroup s. |
IterableWithMarker<SubnetGroup> |
SubnetGroupApi.list(ListSubnetGroupsOptions options)
Returns a list of
SubnetGroup s. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Instance>> |
InstanceAsyncApi.list(ListInstancesOptions options) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<SecurityGroup>> |
SecurityGroupAsyncApi.list(ListSecurityGroupsOptions options) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<SubnetGroup>> |
SubnetGroupAsyncApi.list(ListSubnetGroupsOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<SubnetGroup>> |
SubnetGroupsToPagedIterable.markerToNextForCallingArg0(String arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<SecurityGroup>> |
SecurityGroupsToPagedIterable.markerToNextForCallingArg0(String arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Instance>> |
InstancesToPagedIterable.markerToNextForCallingArg0(String arg0) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<SubnetGroup> |
DescribeDBSubnetGroupsResultHandler.getResult() |
IterableWithMarker<SecurityGroup> |
DescribeDBSecurityGroupsResultHandler.getResult() |
IterableWithMarker<Instance> |
DescribeDBInstancesResultHandler.getResult() |
Modifier and Type | Class and Description |
---|---|
class |
ResourceRecordSetIterable |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<HostedZone> |
HostedZoneApi.listAt(String nextMarker)
retrieves up to 100 zones in order, starting at
nextMarker |
IterableWithMarker<HostedZone> |
HostedZoneApi.listFirstPage()
retrieves up to 100 zones in order.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<HostedZone>> |
HostedZoneAsyncApi.listAt(String nextMarker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<HostedZone>> |
HostedZoneAsyncApi.listFirstPage() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<ResourceRecordSet>> |
ResourceRecordSetIterableToPagedIterable.markerToNextForCallingArg0(String zoneId) |
protected com.google.common.base.Function<Object,IterableWithMarker<HostedZone>> |
HostedZonesToPagedIterable.markerToNextForCallingArg0(String ignored) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<HostedZone> |
ListHostedZonesResponseHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.