Uses of Class
com.oracle.bmc.marketplacepublisher.model.AvailableServiceSummary
-
Packages that use AvailableServiceSummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of AvailableServiceSummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type AvailableServiceSummary Modifier and Type Method Description Iterable<AvailableServiceSummary>MarketplacePublisherPaginators. listAvailableServicesRecordIterator(ListAvailableServicesRequest request)Creates a new iterable which will iterate over theAvailableServiceSummaryobjects contained in responses from the listAvailableServices operation. -
Uses of AvailableServiceSummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return AvailableServiceSummary Modifier and Type Method Description AvailableServiceSummaryAvailableServiceSummary.Builder. build()Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type AvailableServiceSummary Modifier and Type Method Description List<AvailableServiceSummary>AvailableServiceCollection. getItems()List of available service providersMethods in com.oracle.bmc.marketplacepublisher.model with parameters of type AvailableServiceSummary Modifier and Type Method Description AvailableServiceSummary.BuilderAvailableServiceSummary.Builder. copy(AvailableServiceSummary model)Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type AvailableServiceSummary Modifier and Type Method Description AvailableServiceCollection.BuilderAvailableServiceCollection.Builder. items(List<AvailableServiceSummary> items)List of available service providersConstructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type AvailableServiceSummary Constructor Description AvailableServiceCollection(List<AvailableServiceSummary> items)Deprecated.
-