Uses of Class
com.oracle.bmc.psa.model.PrivateServiceAccessSummary
-
Packages that use PrivateServiceAccessSummary Package Description com.oracle.bmc.psa com.oracle.bmc.psa.model -
-
Uses of PrivateServiceAccessSummary in com.oracle.bmc.psa
Methods in com.oracle.bmc.psa that return types with arguments of type PrivateServiceAccessSummary Modifier and Type Method Description Iterable<PrivateServiceAccessSummary>PrivateServiceAccessPaginators. listPrivateServiceAccessesRecordIterator(ListPrivateServiceAccessesRequest request)Creates a new iterable which will iterate over thePrivateServiceAccessSummaryobjects contained in responses from the listPrivateServiceAccesses operation. -
Uses of PrivateServiceAccessSummary in com.oracle.bmc.psa.model
Methods in com.oracle.bmc.psa.model that return PrivateServiceAccessSummary Modifier and Type Method Description PrivateServiceAccessSummaryPrivateServiceAccessSummary.Builder. build()Methods in com.oracle.bmc.psa.model that return types with arguments of type PrivateServiceAccessSummary Modifier and Type Method Description List<PrivateServiceAccessSummary>PrivateServiceAccessCollection. getItems()List of privateServiceAccess.Methods in com.oracle.bmc.psa.model with parameters of type PrivateServiceAccessSummary Modifier and Type Method Description PrivateServiceAccessSummary.BuilderPrivateServiceAccessSummary.Builder. copy(PrivateServiceAccessSummary model)Method parameters in com.oracle.bmc.psa.model with type arguments of type PrivateServiceAccessSummary Modifier and Type Method Description PrivateServiceAccessCollection.BuilderPrivateServiceAccessCollection.Builder. items(List<PrivateServiceAccessSummary> items)List of privateServiceAccess.Constructor parameters in com.oracle.bmc.psa.model with type arguments of type PrivateServiceAccessSummary Constructor Description PrivateServiceAccessCollection(List<PrivateServiceAccessSummary> items)Deprecated.
-