Uses of Class
com.oracle.bmc.datasafe.model.DataSafePrivateEndpointSummary
-
Packages that use DataSafePrivateEndpointSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of DataSafePrivateEndpointSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type DataSafePrivateEndpointSummary Modifier and Type Method Description Iterable<DataSafePrivateEndpointSummary>
DataSafePaginators. listDataSafePrivateEndpointsRecordIterator(ListDataSafePrivateEndpointsRequest request)
Creates a new iterable which will iterate over theDataSafePrivateEndpointSummary
objects contained in responses from the listDataSafePrivateEndpoints operation. -
Uses of DataSafePrivateEndpointSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DataSafePrivateEndpointSummary Modifier and Type Method Description DataSafePrivateEndpointSummary
DataSafePrivateEndpointSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type DataSafePrivateEndpointSummary Modifier and Type Method Description DataSafePrivateEndpointSummary.Builder
DataSafePrivateEndpointSummary.Builder. copy(DataSafePrivateEndpointSummary model)
-
Uses of DataSafePrivateEndpointSummary in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return types with arguments of type DataSafePrivateEndpointSummary Modifier and Type Method Description List<DataSafePrivateEndpointSummary>
ListDataSafePrivateEndpointsResponse. getItems()
A list of com.oracle.bmc.datasafe.model.DataSafePrivateEndpointSummary instances.Method parameters in com.oracle.bmc.datasafe.responses with type arguments of type DataSafePrivateEndpointSummary Modifier and Type Method Description ListDataSafePrivateEndpointsResponse.Builder
ListDataSafePrivateEndpointsResponse.Builder. items(List<DataSafePrivateEndpointSummary> items)
A list of com.oracle.bmc.datasafe.model.DataSafePrivateEndpointSummary instances.
-