Uses of Class
com.oracle.bmc.servicecatalog.model.ServiceCatalog
-
Packages that use ServiceCatalog Package Description com.oracle.bmc.servicecatalog.model com.oracle.bmc.servicecatalog.responses -
-
Uses of ServiceCatalog in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return ServiceCatalog Modifier and Type Method Description ServiceCatalogServiceCatalog.Builder. build()Methods in com.oracle.bmc.servicecatalog.model with parameters of type ServiceCatalog Modifier and Type Method Description ServiceCatalog.BuilderServiceCatalog.Builder. copy(ServiceCatalog model) -
Uses of ServiceCatalog in com.oracle.bmc.servicecatalog.responses
Methods in com.oracle.bmc.servicecatalog.responses that return ServiceCatalog Modifier and Type Method Description ServiceCatalogCreateServiceCatalogResponse. getServiceCatalog()The returned ServiceCatalog instance.ServiceCatalogGetServiceCatalogResponse. getServiceCatalog()The returned ServiceCatalog instance.ServiceCatalogUpdateServiceCatalogResponse. getServiceCatalog()The returned ServiceCatalog instance.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type ServiceCatalog Modifier and Type Method Description CreateServiceCatalogResponse.BuilderCreateServiceCatalogResponse.Builder. serviceCatalog(ServiceCatalog serviceCatalog)The returned ServiceCatalog instance.GetServiceCatalogResponse.BuilderGetServiceCatalogResponse.Builder. serviceCatalog(ServiceCatalog serviceCatalog)The returned ServiceCatalog instance.UpdateServiceCatalogResponse.BuilderUpdateServiceCatalogResponse.Builder. serviceCatalog(ServiceCatalog serviceCatalog)The returned ServiceCatalog instance.
-