Uses of Class
com.oracle.bmc.servicecatalog.model.ServiceCatalogAssociationSummary
-
Packages that use ServiceCatalogAssociationSummary Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.model -
-
Uses of ServiceCatalogAssociationSummary in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return types with arguments of type ServiceCatalogAssociationSummary Modifier and Type Method Description Iterable<ServiceCatalogAssociationSummary>
ServiceCatalogPaginators. listServiceCatalogAssociationsRecordIterator(ListServiceCatalogAssociationsRequest request)
Creates a new iterable which will iterate over theServiceCatalogAssociationSummary
objects contained in responses from the listServiceCatalogAssociations operation. -
Uses of ServiceCatalogAssociationSummary in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return ServiceCatalogAssociationSummary Modifier and Type Method Description ServiceCatalogAssociationSummary
ServiceCatalogAssociationSummary.Builder. build()
Methods in com.oracle.bmc.servicecatalog.model that return types with arguments of type ServiceCatalogAssociationSummary Modifier and Type Method Description List<ServiceCatalogAssociationSummary>
ServiceCatalogAssociationCollection. getItems()
Collection of service catalog and the resources associated with it.Methods in com.oracle.bmc.servicecatalog.model with parameters of type ServiceCatalogAssociationSummary Modifier and Type Method Description ServiceCatalogAssociationSummary.Builder
ServiceCatalogAssociationSummary.Builder. copy(ServiceCatalogAssociationSummary model)
Method parameters in com.oracle.bmc.servicecatalog.model with type arguments of type ServiceCatalogAssociationSummary Modifier and Type Method Description ServiceCatalogAssociationCollection.Builder
ServiceCatalogAssociationCollection.Builder. items(List<ServiceCatalogAssociationSummary> items)
Collection of service catalog and the resources associated with it.Constructor parameters in com.oracle.bmc.servicecatalog.model with type arguments of type ServiceCatalogAssociationSummary Constructor Description ServiceCatalogAssociationCollection(List<ServiceCatalogAssociationSummary> items)
Deprecated.
-