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