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 ServiceCatalog
ServiceCatalog.Builder. build()
Methods in com.oracle.bmc.servicecatalog.model with parameters of type ServiceCatalog Modifier and Type Method Description ServiceCatalog.Builder
ServiceCatalog.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 ServiceCatalog
CreateServiceCatalogResponse. getServiceCatalog()
The returned ServiceCatalog instance.ServiceCatalog
GetServiceCatalogResponse. getServiceCatalog()
The returned ServiceCatalog instance.ServiceCatalog
UpdateServiceCatalogResponse. getServiceCatalog()
The returned ServiceCatalog instance.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type ServiceCatalog Modifier and Type Method Description CreateServiceCatalogResponse.Builder
CreateServiceCatalogResponse.Builder. serviceCatalog(ServiceCatalog serviceCatalog)
The returned ServiceCatalog instance.GetServiceCatalogResponse.Builder
GetServiceCatalogResponse.Builder. serviceCatalog(ServiceCatalog serviceCatalog)
The returned ServiceCatalog instance.UpdateServiceCatalogResponse.Builder
UpdateServiceCatalogResponse.Builder. serviceCatalog(ServiceCatalog serviceCatalog)
The returned ServiceCatalog instance.
-