Uses of Class
com.oracle.bmc.distributeddatabase.responses.ValidateDistributedDatabaseNetworkResponse
-
Packages that use ValidateDistributedDatabaseNetworkResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of ValidateDistributedDatabaseNetworkResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return ValidateDistributedDatabaseNetworkResponse Modifier and Type Method Description ValidateDistributedDatabaseNetworkResponse
DistributedDbService. validateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request)
Validate the network connectivity between components of the globally distributed database.ValidateDistributedDatabaseNetworkResponse
DistributedDbServiceClient. validateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type ValidateDistributedDatabaseNetworkResponse Modifier and Type Method Description Future<ValidateDistributedDatabaseNetworkResponse>
DistributedDbServiceAsync. validateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request, AsyncHandler<ValidateDistributedDatabaseNetworkRequest,ValidateDistributedDatabaseNetworkResponse> handler)
Validate the network connectivity between components of the globally distributed database.Future<ValidateDistributedDatabaseNetworkResponse>
DistributedDbServiceAsyncClient. validateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request, AsyncHandler<ValidateDistributedDatabaseNetworkRequest,ValidateDistributedDatabaseNetworkResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ValidateDistributedDatabaseNetworkResponse Modifier and Type Method Description Future<ValidateDistributedDatabaseNetworkResponse>
DistributedDbServiceAsync. validateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request, AsyncHandler<ValidateDistributedDatabaseNetworkRequest,ValidateDistributedDatabaseNetworkResponse> handler)
Validate the network connectivity between components of the globally distributed database.Future<ValidateDistributedDatabaseNetworkResponse>
DistributedDbServiceAsyncClient. validateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request, AsyncHandler<ValidateDistributedDatabaseNetworkRequest,ValidateDistributedDatabaseNetworkResponse> handler)
-
Uses of ValidateDistributedDatabaseNetworkResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return ValidateDistributedDatabaseNetworkResponse Modifier and Type Method Description ValidateDistributedDatabaseNetworkResponse
ValidateDistributedDatabaseNetworkResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type ValidateDistributedDatabaseNetworkResponse Modifier and Type Method Description ValidateDistributedDatabaseNetworkResponse.Builder
ValidateDistributedDatabaseNetworkResponse.Builder. copy(ValidateDistributedDatabaseNetworkResponse o)
Copy method to populate the builder with values from the given instance.
-