Uses of Class
com.oracle.bmc.distributeddatabasev26.responses.ValidateDistributedDatabaseNetworkResponse
-
Packages that use ValidateDistributedDatabaseNetworkResponse Package Description com.oracle.bmc.distributeddatabasev26 com.oracle.bmc.distributeddatabasev26.responses -
-
Uses of ValidateDistributedDatabaseNetworkResponse in com.oracle.bmc.distributeddatabasev26
Methods in com.oracle.bmc.distributeddatabasev26 that return ValidateDistributedDatabaseNetworkResponse Modifier and Type Method Description ValidateDistributedDatabaseNetworkResponseDistributedDbService. validateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request)Validate the network connectivity between components of the globally distributed database.ValidateDistributedDatabaseNetworkResponseDistributedDbServiceClient. validateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request)Methods in com.oracle.bmc.distributeddatabasev26 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.distributeddatabasev26 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.distributeddatabasev26.responses
Methods in com.oracle.bmc.distributeddatabasev26.responses that return ValidateDistributedDatabaseNetworkResponse Modifier and Type Method Description ValidateDistributedDatabaseNetworkResponseValidateDistributedDatabaseNetworkResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.distributeddatabasev26.responses with parameters of type ValidateDistributedDatabaseNetworkResponse Modifier and Type Method Description ValidateDistributedDatabaseNetworkResponse.BuilderValidateDistributedDatabaseNetworkResponse.Builder. copy(ValidateDistributedDatabaseNetworkResponse o)Copy method to populate the builder with values from the given instance.
-