Uses of Class
com.oracle.bmc.announcementsservice.model.ServiceSummary
-
Packages that use ServiceSummary Package Description com.oracle.bmc.announcementsservice com.oracle.bmc.announcementsservice.model -
-
Uses of ServiceSummary in com.oracle.bmc.announcementsservice
Methods in com.oracle.bmc.announcementsservice that return types with arguments of type ServiceSummary Modifier and Type Method Description Iterable<ServiceSummary>
ServicePaginators. listServicesRecordIterator(ListServicesRequest request)
Creates a new iterable which will iterate over theServiceSummary
objects contained in responses from the listServices operation. -
Uses of ServiceSummary in com.oracle.bmc.announcementsservice.model
Methods in com.oracle.bmc.announcementsservice.model that return ServiceSummary Modifier and Type Method Description ServiceSummary
ServiceSummary.Builder. build()
Methods in com.oracle.bmc.announcementsservice.model that return types with arguments of type ServiceSummary Modifier and Type Method Description List<ServiceSummary>
ServicesCollection. getItems()
List of all services.Methods in com.oracle.bmc.announcementsservice.model with parameters of type ServiceSummary Modifier and Type Method Description ServiceSummary.Builder
ServiceSummary.Builder. copy(ServiceSummary model)
Method parameters in com.oracle.bmc.announcementsservice.model with type arguments of type ServiceSummary Modifier and Type Method Description ServicesCollection.Builder
ServicesCollection.Builder. items(List<ServiceSummary> items)
List of all services.Constructor parameters in com.oracle.bmc.announcementsservice.model with type arguments of type ServiceSummary Constructor Description ServicesCollection(List<ServiceSummary> items)
Deprecated.
-