Uses of Class
com.oracle.bmc.databasetools.requests.ListDatabaseToolsPrivateEndpointsRequest
-
Packages that use ListDatabaseToolsPrivateEndpointsRequest Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.requests -
-
Uses of ListDatabaseToolsPrivateEndpointsRequest in com.oracle.bmc.databasetools
Method parameters in com.oracle.bmc.databasetools with type arguments of type ListDatabaseToolsPrivateEndpointsRequest 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 ListDatabaseToolsPrivateEndpointsRequest in com.oracle.bmc.databasetools.requests
Methods in com.oracle.bmc.databasetools.requests that return ListDatabaseToolsPrivateEndpointsRequest Modifier and Type Method Description ListDatabaseToolsPrivateEndpointsRequest
ListDatabaseToolsPrivateEndpointsRequest.Builder. build()
Build the instance of ListDatabaseToolsPrivateEndpointsRequest as configured by this builderListDatabaseToolsPrivateEndpointsRequest
ListDatabaseToolsPrivateEndpointsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDatabaseToolsPrivateEndpointsRequest as configured by this builderMethods in com.oracle.bmc.databasetools.requests with parameters of type ListDatabaseToolsPrivateEndpointsRequest Modifier and Type Method Description ListDatabaseToolsPrivateEndpointsRequest.Builder
ListDatabaseToolsPrivateEndpointsRequest.Builder. copy(ListDatabaseToolsPrivateEndpointsRequest o)
Copy method to populate the builder with values from the given instance.
-