Uses of Class
com.ibm.cloud.platform_services.catalog_management.v1.model.OfferingInstance
-
Packages that use OfferingInstance 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 OfferingInstance 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 OfferingInstance Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<OfferingInstance>CatalogManagement. createOfferingInstance(CreateOfferingInstanceOptions createOfferingInstanceOptions)Create an offering resource instance.com.ibm.cloud.sdk.core.http.ServiceCall<OfferingInstance>CatalogManagement. getOfferingInstance(GetOfferingInstanceOptions getOfferingInstanceOptions)Get Offering Instance.com.ibm.cloud.sdk.core.http.ServiceCall<OfferingInstance>CatalogManagement. putOfferingInstance(PutOfferingInstanceOptions putOfferingInstanceOptions)Update Offering Instance. -
Uses of OfferingInstance in com.ibm.cloud.platform_services.catalog_management.v1.model
Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return OfferingInstance Modifier and Type Method Description OfferingInstanceOfferingInstance.Builder. build()Builds a OfferingInstance.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model with parameters of type OfferingInstance Modifier and Type Method Description CreateOfferingInstanceOptions.BuilderCreateOfferingInstanceOptions.Builder. offeringInstance(OfferingInstance offeringInstance)Set the offeringInstance.PutOfferingInstanceOptions.BuilderPutOfferingInstanceOptions.Builder. offeringInstance(OfferingInstance offeringInstance)Set the offeringInstance.
-