Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsPrivateEndpointSummary
-
Packages that use DatabaseToolsPrivateEndpointSummary Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.model -
-
Uses of DatabaseToolsPrivateEndpointSummary in com.oracle.bmc.databasetools
Methods in com.oracle.bmc.databasetools that return types with arguments of type DatabaseToolsPrivateEndpointSummary Modifier and Type Method Description Iterable<DatabaseToolsPrivateEndpointSummary>
DatabaseToolsPaginators. listDatabaseToolsPrivateEndpointsRecordIterator(ListDatabaseToolsPrivateEndpointsRequest request)
Creates a new iterable which will iterate over theDatabaseToolsPrivateEndpointSummary
objects contained in responses from the listDatabaseToolsPrivateEndpoints operation. -
Uses of DatabaseToolsPrivateEndpointSummary in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return DatabaseToolsPrivateEndpointSummary Modifier and Type Method Description DatabaseToolsPrivateEndpointSummary
DatabaseToolsPrivateEndpointSummary.Builder. build()
Methods in com.oracle.bmc.databasetools.model that return types with arguments of type DatabaseToolsPrivateEndpointSummary Modifier and Type Method Description List<DatabaseToolsPrivateEndpointSummary>
DatabaseToolsPrivateEndpointCollection. getItems()
Array of DatabaseToolsPrivateEndpointSummary items.Methods in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsPrivateEndpointSummary Modifier and Type Method Description DatabaseToolsPrivateEndpointSummary.Builder
DatabaseToolsPrivateEndpointSummary.Builder. copy(DatabaseToolsPrivateEndpointSummary model)
Method parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsPrivateEndpointSummary Modifier and Type Method Description DatabaseToolsPrivateEndpointCollection.Builder
DatabaseToolsPrivateEndpointCollection.Builder. items(List<DatabaseToolsPrivateEndpointSummary> items)
Array of DatabaseToolsPrivateEndpointSummary items.Constructor parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsPrivateEndpointSummary Constructor Description DatabaseToolsPrivateEndpointCollection(List<DatabaseToolsPrivateEndpointSummary> items)
Deprecated.
-