Uses of Class
com.oracle.bmc.databasetools.requests.ListDatabaseToolsEndpointServicesRequest
-
Packages that use ListDatabaseToolsEndpointServicesRequest Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.requests -
-
Uses of ListDatabaseToolsEndpointServicesRequest in com.oracle.bmc.databasetools
Method parameters in com.oracle.bmc.databasetools with type arguments of type ListDatabaseToolsEndpointServicesRequest Modifier and Type Method Description Future<ListDatabaseToolsEndpointServicesResponse>DatabaseToolsAsync. listDatabaseToolsEndpointServices(ListDatabaseToolsEndpointServicesRequest request, AsyncHandler<ListDatabaseToolsEndpointServicesRequest,ListDatabaseToolsEndpointServicesResponse> handler)Returns a list of Database Tools endpoint services.Future<ListDatabaseToolsEndpointServicesResponse>DatabaseToolsAsyncClient. listDatabaseToolsEndpointServices(ListDatabaseToolsEndpointServicesRequest request, AsyncHandler<ListDatabaseToolsEndpointServicesRequest,ListDatabaseToolsEndpointServicesResponse> handler) -
Uses of ListDatabaseToolsEndpointServicesRequest in com.oracle.bmc.databasetools.requests
Methods in com.oracle.bmc.databasetools.requests that return ListDatabaseToolsEndpointServicesRequest Modifier and Type Method Description ListDatabaseToolsEndpointServicesRequestListDatabaseToolsEndpointServicesRequest.Builder. build()Build the instance of ListDatabaseToolsEndpointServicesRequest as configured by this builderListDatabaseToolsEndpointServicesRequestListDatabaseToolsEndpointServicesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDatabaseToolsEndpointServicesRequest as configured by this builderMethods in com.oracle.bmc.databasetools.requests with parameters of type ListDatabaseToolsEndpointServicesRequest Modifier and Type Method Description ListDatabaseToolsEndpointServicesRequest.BuilderListDatabaseToolsEndpointServicesRequest.Builder. copy(ListDatabaseToolsEndpointServicesRequest o)Copy method to populate the builder with values from the given instance.
-