Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Service

Packages that use Service
org.jclouds.openstack.keystone.v2_0.domain   
org.jclouds.openstack.keystone.v2_0.extensions   
org.jclouds.openstack.keystone.v2_0.functions.internal   
 

Uses of Service in org.jclouds.openstack.keystone.v2_0.domain
 

Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Service
protected  com.google.common.collect.ImmutableSet.Builder<Service> Access.Builder.serviceCatalog
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return Service
 Service Service.Builder.build()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Service
protected  Set<Service> Access.delegate()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Service
 T Service.Builder.fromService(Service in)
           
 T Access.Builder.service(Service service)
           
 

Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Service
 T Access.Builder.services(Iterable<Service> serviceCatalog)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Service
Access(Token token, User user, Set<Service> serviceCatalog)
           
 

Uses of Service in org.jclouds.openstack.keystone.v2_0.extensions
 

Methods in org.jclouds.openstack.keystone.v2_0.extensions that return Service
 Service ServiceAdminApi.create(String name, String type, String description)
          Creates a new Service
 Service ServiceAdminApi.get(String serviceId)
          Gets the service
 

Methods in org.jclouds.openstack.keystone.v2_0.extensions that return types with arguments of type Service
 com.google.common.util.concurrent.ListenableFuture<? extends Service> ServiceAdminAsyncApi.create(String name, String type, String description)
          Creates a new service
 com.google.common.util.concurrent.ListenableFuture<? extends Service> ServiceAdminAsyncApi.get(String serviceId)
          Gets the service
 com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<? extends Service>> ServiceAdminAsyncApi.list()
           
 org.jclouds.collect.PagedIterable<Service> ServiceAdminApi.list()
          Retrieve the list of services

 com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Service>> ServiceAdminAsyncApi.list(PaginationOptions options)
           
 PaginatedCollection<Service> ServiceAdminApi.list(PaginationOptions options)
           
 

Uses of Service in org.jclouds.openstack.keystone.v2_0.functions.internal
 

Methods in org.jclouds.openstack.keystone.v2_0.functions.internal that return types with arguments of type Service
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Service>> ParseServices.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> ignored)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.