Uses of Class
com.oracle.bmc.distributeddatabase.responses.ReinstateProxyInstanceResponse
-
Packages that use ReinstateProxyInstanceResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of ReinstateProxyInstanceResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return ReinstateProxyInstanceResponse Modifier and Type Method Description ReinstateProxyInstanceResponse
DistributedDbPrivateEndpointService. reinstateProxyInstance(ReinstateProxyInstanceRequest request)
Reinstates the proxy instance associated with the DistributedDatabasePrivateEndpoint.ReinstateProxyInstanceResponse
DistributedDbPrivateEndpointServiceClient. reinstateProxyInstance(ReinstateProxyInstanceRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type ReinstateProxyInstanceResponse Modifier and Type Method Description Future<ReinstateProxyInstanceResponse>
DistributedDbPrivateEndpointServiceAsync. reinstateProxyInstance(ReinstateProxyInstanceRequest request, AsyncHandler<ReinstateProxyInstanceRequest,ReinstateProxyInstanceResponse> handler)
Reinstates the proxy instance associated with the DistributedDatabasePrivateEndpoint.Future<ReinstateProxyInstanceResponse>
DistributedDbPrivateEndpointServiceAsyncClient. reinstateProxyInstance(ReinstateProxyInstanceRequest request, AsyncHandler<ReinstateProxyInstanceRequest,ReinstateProxyInstanceResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ReinstateProxyInstanceResponse Modifier and Type Method Description Future<ReinstateProxyInstanceResponse>
DistributedDbPrivateEndpointServiceAsync. reinstateProxyInstance(ReinstateProxyInstanceRequest request, AsyncHandler<ReinstateProxyInstanceRequest,ReinstateProxyInstanceResponse> handler)
Reinstates the proxy instance associated with the DistributedDatabasePrivateEndpoint.Future<ReinstateProxyInstanceResponse>
DistributedDbPrivateEndpointServiceAsyncClient. reinstateProxyInstance(ReinstateProxyInstanceRequest request, AsyncHandler<ReinstateProxyInstanceRequest,ReinstateProxyInstanceResponse> handler)
-
Uses of ReinstateProxyInstanceResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return ReinstateProxyInstanceResponse Modifier and Type Method Description ReinstateProxyInstanceResponse
ReinstateProxyInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.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.
-