Uses of Class
com.oracle.bmc.databasetools.responses.ListDatabaseToolsPrivateEndpointsResponse
-
Packages that use ListDatabaseToolsPrivateEndpointsResponse Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.responses -
-
Uses of ListDatabaseToolsPrivateEndpointsResponse in com.oracle.bmc.databasetools
Methods in com.oracle.bmc.databasetools that return ListDatabaseToolsPrivateEndpointsResponse Modifier and Type Method Description ListDatabaseToolsPrivateEndpointsResponse
DatabaseTools. listDatabaseToolsPrivateEndpoints(ListDatabaseToolsPrivateEndpointsRequest request)
Returns a list of Database Tools private endpoints.ListDatabaseToolsPrivateEndpointsResponse
DatabaseToolsClient. listDatabaseToolsPrivateEndpoints(ListDatabaseToolsPrivateEndpointsRequest request)
Method parameters in com.oracle.bmc.databasetools with type arguments of type ListDatabaseToolsPrivateEndpointsResponse Modifier and Type Method Description Future<ListDatabaseToolsPrivateEndpointsResponse>
DatabaseToolsAsync. listDatabaseToolsPrivateEndpoints(ListDatabaseToolsPrivateEndpointsRequest request, AsyncHandler<ListDatabaseToolsPrivateEndpointsRequest,ListDatabaseToolsPrivateEndpointsResponse> handler)
Returns a list of Database Tools private endpoints.Future<ListDatabaseToolsPrivateEndpointsResponse>
DatabaseToolsAsyncClient. listDatabaseToolsPrivateEndpoints(ListDatabaseToolsPrivateEndpointsRequest request, AsyncHandler<ListDatabaseToolsPrivateEndpointsRequest,ListDatabaseToolsPrivateEndpointsResponse> handler)
-
Uses of ListDatabaseToolsPrivateEndpointsResponse in com.oracle.bmc.databasetools.responses
Methods in com.oracle.bmc.databasetools.responses that return ListDatabaseToolsPrivateEndpointsResponse Modifier and Type Method Description ListDatabaseToolsPrivateEndpointsResponse
ListDatabaseToolsPrivateEndpointsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasetools.responses with parameters of type ListDatabaseToolsPrivateEndpointsResponse Modifier and Type Method Description ListDatabaseToolsPrivateEndpointsResponse.Builder
ListDatabaseToolsPrivateEndpointsResponse.Builder. copy(ListDatabaseToolsPrivateEndpointsResponse o)
Copy method to populate the builder with values from the given instance.
-