Uses of Class
com.ibm.cloud.platform_services.global_catalog.v1.model.CatalogEntry
-
Packages that use CatalogEntry Package Description com.ibm.cloud.platform_services.global_catalog.v1 Global Catalog API v1.com.ibm.cloud.platform_services.global_catalog.v1.model -
-
Uses of CatalogEntry in com.ibm.cloud.platform_services.global_catalog.v1
Methods in com.ibm.cloud.platform_services.global_catalog.v1 that return types with arguments of type CatalogEntry Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<CatalogEntry>GlobalCatalog. createCatalogEntry(CreateCatalogEntryOptions createCatalogEntryOptions)Create a catalog entry.com.ibm.cloud.sdk.core.http.ServiceCall<CatalogEntry>GlobalCatalog. getCatalogEntry(GetCatalogEntryOptions getCatalogEntryOptions)Get a specific catalog object.com.ibm.cloud.sdk.core.http.ServiceCall<CatalogEntry>GlobalCatalog. updateCatalogEntry(UpdateCatalogEntryOptions updateCatalogEntryOptions)Update a catalog entry. -
Uses of CatalogEntry in com.ibm.cloud.platform_services.global_catalog.v1.model
Methods in com.ibm.cloud.platform_services.global_catalog.v1.model that return types with arguments of type CatalogEntry Modifier and Type Method Description java.util.List<CatalogEntry>EntrySearchResult. getResources()Gets the resources.
-