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