Uses of Class
com.oracle.bmc.servicecatalog.model.ServiceCatalogSummary
-
Packages that use ServiceCatalogSummary Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.model -
-
Uses of ServiceCatalogSummary in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return types with arguments of type ServiceCatalogSummary Modifier and Type Method Description Iterable<ServiceCatalogSummary>ServiceCatalogPaginators. listServiceCatalogsRecordIterator(ListServiceCatalogsRequest request)Creates a new iterable which will iterate over theServiceCatalogSummaryobjects contained in responses from the listServiceCatalogs operation. -
Uses of ServiceCatalogSummary in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return ServiceCatalogSummary Modifier and Type Method Description ServiceCatalogSummaryServiceCatalogSummary.Builder. build()Methods in com.oracle.bmc.servicecatalog.model that return types with arguments of type ServiceCatalogSummary Modifier and Type Method Description List<ServiceCatalogSummary>ServiceCatalogCollection. getItems()Collection of catalog summaries.Methods in com.oracle.bmc.servicecatalog.model with parameters of type ServiceCatalogSummary Modifier and Type Method Description ServiceCatalogSummary.BuilderServiceCatalogSummary.Builder. copy(ServiceCatalogSummary model)Method parameters in com.oracle.bmc.servicecatalog.model with type arguments of type ServiceCatalogSummary Modifier and Type Method Description ServiceCatalogCollection.BuilderServiceCatalogCollection.Builder. items(List<ServiceCatalogSummary> items)Collection of catalog summaries.Constructor parameters in com.oracle.bmc.servicecatalog.model with type arguments of type ServiceCatalogSummary Constructor Description ServiceCatalogCollection(List<ServiceCatalogSummary> items)Deprecated.
-