Uses of Class
com.oracle.bmc.opsi.model.OperationsInsightsPrivateEndpointSummary
-
Packages that use OperationsInsightsPrivateEndpointSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of OperationsInsightsPrivateEndpointSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type OperationsInsightsPrivateEndpointSummary Modifier and Type Method Description Iterable<OperationsInsightsPrivateEndpointSummary>
OperationsInsightsPaginators. listOperationsInsightsPrivateEndpointsRecordIterator(ListOperationsInsightsPrivateEndpointsRequest request)
Creates a new iterable which will iterate over theOperationsInsightsPrivateEndpointSummary
objects contained in responses from the listOperationsInsightsPrivateEndpoints operation. -
Uses of OperationsInsightsPrivateEndpointSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return OperationsInsightsPrivateEndpointSummary Modifier and Type Method Description OperationsInsightsPrivateEndpointSummary
OperationsInsightsPrivateEndpointSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type OperationsInsightsPrivateEndpointSummary Modifier and Type Method Description List<OperationsInsightsPrivateEndpointSummary>
OperationsInsightsPrivateEndpointCollection. getItems()
A list of OperationsInsightsPrivateEndpointSummary objects.Methods in com.oracle.bmc.opsi.model with parameters of type OperationsInsightsPrivateEndpointSummary Modifier and Type Method Description OperationsInsightsPrivateEndpointSummary.Builder
OperationsInsightsPrivateEndpointSummary.Builder. copy(OperationsInsightsPrivateEndpointSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type OperationsInsightsPrivateEndpointSummary Modifier and Type Method Description OperationsInsightsPrivateEndpointCollection.Builder
OperationsInsightsPrivateEndpointCollection.Builder. items(List<OperationsInsightsPrivateEndpointSummary> items)
A list of OperationsInsightsPrivateEndpointSummary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type OperationsInsightsPrivateEndpointSummary Constructor Description OperationsInsightsPrivateEndpointCollection(List<OperationsInsightsPrivateEndpointSummary> items)
Deprecated.
-