Uses of Class
com.oracle.bmc.distributeddatabase.responses.GetDistributedDatabasePrivateEndpointResponse
-
Packages that use GetDistributedDatabasePrivateEndpointResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of GetDistributedDatabasePrivateEndpointResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return GetDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description GetDistributedDatabasePrivateEndpointResponse
DistributedDbPrivateEndpointService. getDistributedDatabasePrivateEndpoint(GetDistributedDatabasePrivateEndpointRequest request)
Get the DistributedDatabasePrivateEndpoint resource.GetDistributedDatabasePrivateEndpointResponse
DistributedDbPrivateEndpointServiceClient. getDistributedDatabasePrivateEndpoint(GetDistributedDatabasePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type GetDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description Future<GetDistributedDatabasePrivateEndpointResponse>
DistributedDbPrivateEndpointServiceAsync. getDistributedDatabasePrivateEndpoint(GetDistributedDatabasePrivateEndpointRequest request, AsyncHandler<GetDistributedDatabasePrivateEndpointRequest,GetDistributedDatabasePrivateEndpointResponse> handler)
Get the DistributedDatabasePrivateEndpoint resource.Future<GetDistributedDatabasePrivateEndpointResponse>
DistributedDbPrivateEndpointServiceAsyncClient. getDistributedDatabasePrivateEndpoint(GetDistributedDatabasePrivateEndpointRequest request, AsyncHandler<GetDistributedDatabasePrivateEndpointRequest,GetDistributedDatabasePrivateEndpointResponse> handler)
-
Uses of GetDistributedDatabasePrivateEndpointResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return GetDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description GetDistributedDatabasePrivateEndpointResponse
GetDistributedDatabasePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type GetDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description GetDistributedDatabasePrivateEndpointResponse.Builder
GetDistributedDatabasePrivateEndpointResponse.Builder. copy(GetDistributedDatabasePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-