Uses of Class
org.jclouds.openstack.keystone.v3.domain.Catalog
-
Packages that use Catalog Package Description org.jclouds.openstack.keystone.v3.domain -
-
Uses of Catalog in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return Catalog Modifier and Type Method Description Catalog
Catalog.Builder. build()
static Catalog
Catalog. create(String id, String name, String type, List<Endpoint> endpoints)
Methods in org.jclouds.openstack.keystone.v3.domain that return types with arguments of type Catalog Modifier and Type Method Description abstract List<Catalog>
Token. catalog()
Method parameters in org.jclouds.openstack.keystone.v3.domain with type arguments of type Catalog Modifier and Type Method Description abstract Token.Builder
Token.Builder. catalog(List<Catalog> catalog)
-