Uses of Class
com.oracle.bmc.databasetools.requests.GetDatabaseToolsEndpointServiceRequest
-
Packages that use GetDatabaseToolsEndpointServiceRequest Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.requests -
-
Uses of GetDatabaseToolsEndpointServiceRequest in com.oracle.bmc.databasetools
Method parameters in com.oracle.bmc.databasetools with type arguments of type GetDatabaseToolsEndpointServiceRequest Modifier and Type Method Description Future<GetDatabaseToolsEndpointServiceResponse>
DatabaseToolsAsync. getDatabaseToolsEndpointService(GetDatabaseToolsEndpointServiceRequest request, AsyncHandler<GetDatabaseToolsEndpointServiceRequest,GetDatabaseToolsEndpointServiceResponse> handler)
Gets details for the specified Database Tools endpoint service.Future<GetDatabaseToolsEndpointServiceResponse>
DatabaseToolsAsyncClient. getDatabaseToolsEndpointService(GetDatabaseToolsEndpointServiceRequest request, AsyncHandler<GetDatabaseToolsEndpointServiceRequest,GetDatabaseToolsEndpointServiceResponse> handler)
-
Uses of GetDatabaseToolsEndpointServiceRequest in com.oracle.bmc.databasetools.requests
Methods in com.oracle.bmc.databasetools.requests that return GetDatabaseToolsEndpointServiceRequest Modifier and Type Method Description GetDatabaseToolsEndpointServiceRequest
GetDatabaseToolsEndpointServiceRequest.Builder. build()
Build the instance of GetDatabaseToolsEndpointServiceRequest as configured by this builderGetDatabaseToolsEndpointServiceRequest
GetDatabaseToolsEndpointServiceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDatabaseToolsEndpointServiceRequest as configured by this builderMethods in com.oracle.bmc.databasetools.requests with parameters of type GetDatabaseToolsEndpointServiceRequest Modifier and Type Method Description GetDatabaseToolsEndpointServiceRequest.Builder
GetDatabaseToolsEndpointServiceRequest.Builder. copy(GetDatabaseToolsEndpointServiceRequest o)
Copy method to populate the builder with values from the given instance.
-