Uses of Class
com.oracle.bmc.psa.model.PsaServiceSummary
-
Packages that use PsaServiceSummary Package Description com.oracle.bmc.psa com.oracle.bmc.psa.model -
-
Uses of PsaServiceSummary in com.oracle.bmc.psa
Methods in com.oracle.bmc.psa that return types with arguments of type PsaServiceSummary Modifier and Type Method Description Iterable<PsaServiceSummary>PrivateServiceAccessPaginators. listPsaServicesRecordIterator(ListPsaServicesRequest request)Creates a new iterable which will iterate over thePsaServiceSummaryobjects contained in responses from the listPsaServices operation. -
Uses of PsaServiceSummary in com.oracle.bmc.psa.model
Methods in com.oracle.bmc.psa.model that return PsaServiceSummary Modifier and Type Method Description PsaServiceSummaryPsaServiceSummary.Builder. build()Methods in com.oracle.bmc.psa.model that return types with arguments of type PsaServiceSummary Modifier and Type Method Description List<PsaServiceSummary>PsaServiceCollection. getItems()List of PsaServiceSummary.Methods in com.oracle.bmc.psa.model with parameters of type PsaServiceSummary Modifier and Type Method Description PsaServiceSummary.BuilderPsaServiceSummary.Builder. copy(PsaServiceSummary model)Method parameters in com.oracle.bmc.psa.model with type arguments of type PsaServiceSummary Modifier and Type Method Description PsaServiceCollection.BuilderPsaServiceCollection.Builder. items(List<PsaServiceSummary> items)List of PsaServiceSummary.Constructor parameters in com.oracle.bmc.psa.model with type arguments of type PsaServiceSummary Constructor Description PsaServiceCollection(List<PsaServiceSummary> items)Deprecated.
-