Uses of Class
com.ibm.cloud.platform_services.catalog_management.v1.model.Offering
-
Packages that use Offering Package Description com.ibm.cloud.platform_services.catalog_management.v1 Catalog Management API v1.com.ibm.cloud.platform_services.catalog_management.v1.model -
-
Uses of Offering in com.ibm.cloud.platform_services.catalog_management.v1
Methods in com.ibm.cloud.platform_services.catalog_management.v1 that return types with arguments of type Offering Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Offering>CatalogManagement. createOffering(CreateOfferingOptions createOfferingOptions)Create offering.com.ibm.cloud.sdk.core.http.ServiceCall<Offering>CatalogManagement. getOffering(GetOfferingOptions getOfferingOptions)Get offering.com.ibm.cloud.sdk.core.http.ServiceCall<Offering>CatalogManagement. getVersion(GetVersionOptions getVersionOptions)Get offering/kind/version 'branch'.com.ibm.cloud.sdk.core.http.ServiceCall<Offering>CatalogManagement. importOffering(ImportOfferingOptions importOfferingOptions)Import offering.com.ibm.cloud.sdk.core.http.ServiceCall<Offering>CatalogManagement. importOfferingVersion(ImportOfferingVersionOptions importOfferingVersionOptions)Import offering version.com.ibm.cloud.sdk.core.http.ServiceCall<Offering>CatalogManagement. reloadOffering(ReloadOfferingOptions reloadOfferingOptions)Reload offering.com.ibm.cloud.sdk.core.http.ServiceCall<Offering>CatalogManagement. replaceOffering(ReplaceOfferingOptions replaceOfferingOptions)Update offering.com.ibm.cloud.sdk.core.http.ServiceCall<Offering>CatalogManagement. replaceOfferingIcon(ReplaceOfferingIconOptions replaceOfferingIconOptions)Upload icon for offering.com.ibm.cloud.sdk.core.http.ServiceCall<Offering>CatalogManagement. updateOffering(UpdateOfferingOptions updateOfferingOptions)Update offering. -
Uses of Offering in com.ibm.cloud.platform_services.catalog_management.v1.model
Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return Offering Modifier and Type Method Description OfferingOffering.Builder. build()Builds a Offering.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return types with arguments of type Offering Modifier and Type Method Description java.util.List<Offering>OfferingSearchResult. getResources()Gets the resources.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model with parameters of type Offering Modifier and Type Method Description CreateOfferingOptions.BuilderCreateOfferingOptions.Builder. offering(Offering offering)Set the offering.ReplaceOfferingOptions.BuilderReplaceOfferingOptions.Builder. offering(Offering offering)Set the offering.
-