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 CatalogCatalog.Builder. build()static CatalogCatalog. 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.BuilderToken.Builder. catalog(List<Catalog> catalog)
-