Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.PrivateEndpointSummary
- 
Packages that use PrivateEndpointSummary Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.model 
- 
- 
Uses of PrivateEndpointSummary in com.oracle.bmc.globallydistributeddatabaseMethods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type PrivateEndpointSummary Modifier and Type Method Description Iterable<PrivateEndpointSummary>ShardedDatabaseServicePaginators. listPrivateEndpointsRecordIterator(ListPrivateEndpointsRequest request)Creates a new iterable which will iterate over thePrivateEndpointSummaryobjects contained in responses from the listPrivateEndpoints operation.
- 
Uses of PrivateEndpointSummary in com.oracle.bmc.globallydistributeddatabase.modelMethods in com.oracle.bmc.globallydistributeddatabase.model that return PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointSummaryPrivateEndpointSummary.Builder. build()Methods in com.oracle.bmc.globallydistributeddatabase.model that return types with arguments of type PrivateEndpointSummary Modifier and Type Method Description List<PrivateEndpointSummary>PrivateEndpointCollection. getItems()Array of private endpoint summaries.Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointSummary.BuilderPrivateEndpointSummary.Builder. copy(PrivateEndpointSummary model)Method parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointCollection.BuilderPrivateEndpointCollection.Builder. items(List<PrivateEndpointSummary> items)Array of private endpoint summaries.Constructor parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type PrivateEndpointSummary Constructor Description PrivateEndpointCollection(List<PrivateEndpointSummary> items)Deprecated.
 
-