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