Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Service
-
Packages that use Service Package Description 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 Modifier and Type Field Description protected com.google.common.collect.ImmutableSet.Builder<Service>Access.Builder. serviceCatalogMethods in org.jclouds.openstack.keystone.v2_0.domain that return Service Modifier and Type Method Description ServiceService.Builder. build()Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Service Modifier and Type Method Description protected Set<Service>Access. delegate()Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Service Modifier and Type Method Description TService.Builder. fromService(Service in)TAccess.Builder. service(Service service)Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Service Modifier and Type Method Description TAccess.Builder. services(Iterable<Service> serviceCatalog)Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Service Constructor Description 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 Modifier and Type Method Description ServiceServiceAdminApi. create(String name, String type, String description)Creates a new ServiceServiceServiceAdminApi. get(String serviceId)Gets the serviceMethods in org.jclouds.openstack.keystone.v2_0.extensions that return types with arguments of type Service Modifier and Type Method Description PagedIterable<Service>ServiceAdminApi. list()Retrieve the list of servicesPaginatedCollection<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 Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Service>>ParseServices.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> ignored)
-