Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.ReinstateProxyInstanceResponse
-
Packages that use ReinstateProxyInstanceResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of ReinstateProxyInstanceResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return ReinstateProxyInstanceResponse Modifier and Type Method Description ReinstateProxyInstanceResponse
ShardedDatabaseService. reinstateProxyInstance(ReinstateProxyInstanceRequest request)
API to reinstate the proxy instances associated with the private endpoint.ReinstateProxyInstanceResponse
ShardedDatabaseServiceClient. reinstateProxyInstance(ReinstateProxyInstanceRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type ReinstateProxyInstanceResponse Modifier and Type Method Description Future<ReinstateProxyInstanceResponse>
ShardedDatabaseServiceAsync. reinstateProxyInstance(ReinstateProxyInstanceRequest request, AsyncHandler<ReinstateProxyInstanceRequest,ReinstateProxyInstanceResponse> handler)
API to reinstate the proxy instances associated with the private endpoint.Future<ReinstateProxyInstanceResponse>
ShardedDatabaseServiceAsyncClient. reinstateProxyInstance(ReinstateProxyInstanceRequest request, AsyncHandler<ReinstateProxyInstanceRequest,ReinstateProxyInstanceResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type ReinstateProxyInstanceResponse Modifier and Type Method Description Future<ReinstateProxyInstanceResponse>
ShardedDatabaseServiceAsync. reinstateProxyInstance(ReinstateProxyInstanceRequest request, AsyncHandler<ReinstateProxyInstanceRequest,ReinstateProxyInstanceResponse> handler)
API to reinstate the proxy instances associated with the private endpoint.Future<ReinstateProxyInstanceResponse>
ShardedDatabaseServiceAsyncClient. reinstateProxyInstance(ReinstateProxyInstanceRequest request, AsyncHandler<ReinstateProxyInstanceRequest,ReinstateProxyInstanceResponse> handler)
-
Uses of ReinstateProxyInstanceResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return ReinstateProxyInstanceResponse Modifier and Type Method Description ReinstateProxyInstanceResponse
ReinstateProxyInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type ReinstateProxyInstanceResponse Modifier and Type Method Description ReinstateProxyInstanceResponse.Builder
ReinstateProxyInstanceResponse.Builder. copy(ReinstateProxyInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-