Uses of Class
com.oracle.bmc.databasetools.responses.GetDatabaseToolsEndpointServiceResponse
-
Packages that use GetDatabaseToolsEndpointServiceResponse Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.responses -
-
Uses of GetDatabaseToolsEndpointServiceResponse in com.oracle.bmc.databasetools
Methods in com.oracle.bmc.databasetools that return GetDatabaseToolsEndpointServiceResponse Modifier and Type Method Description GetDatabaseToolsEndpointServiceResponse
DatabaseTools. getDatabaseToolsEndpointService(GetDatabaseToolsEndpointServiceRequest request)
Gets details for the specified Database Tools endpoint service.GetDatabaseToolsEndpointServiceResponse
DatabaseToolsClient. getDatabaseToolsEndpointService(GetDatabaseToolsEndpointServiceRequest request)
Method parameters in com.oracle.bmc.databasetools with type arguments of type GetDatabaseToolsEndpointServiceResponse 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 GetDatabaseToolsEndpointServiceResponse in com.oracle.bmc.databasetools.responses
Methods in com.oracle.bmc.databasetools.responses that return GetDatabaseToolsEndpointServiceResponse Modifier and Type Method Description GetDatabaseToolsEndpointServiceResponse
GetDatabaseToolsEndpointServiceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasetools.responses with parameters of type GetDatabaseToolsEndpointServiceResponse Modifier and Type Method Description GetDatabaseToolsEndpointServiceResponse.Builder
GetDatabaseToolsEndpointServiceResponse.Builder. copy(GetDatabaseToolsEndpointServiceResponse o)
Copy method to populate the builder with values from the given instance.
-