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. serviceCatalog
Methods in org.jclouds.openstack.keystone.v2_0.domain that return Service Modifier and Type Method Description Service
Service.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 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 Modifier and Type Method Description T
Access.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 Service
ServiceAdminApi. create(String name, String type, String description)
Creates a new ServiceService
ServiceAdminApi. 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)
-