Uses of Class
com.oracle.bmc.distributeddatabase.requests.ReinstateProxyInstanceRequest
-
Packages that use ReinstateProxyInstanceRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of ReinstateProxyInstanceRequest in com.oracle.bmc.distributeddatabase
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ReinstateProxyInstanceRequest 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 ReinstateProxyInstanceRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return ReinstateProxyInstanceRequest Modifier and Type Method Description ReinstateProxyInstanceRequest
ReinstateProxyInstanceRequest.Builder. build()
Build the instance of ReinstateProxyInstanceRequest as configured by this builderReinstateProxyInstanceRequest
ReinstateProxyInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ReinstateProxyInstanceRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type ReinstateProxyInstanceRequest Modifier and Type Method Description ReinstateProxyInstanceRequest.Builder
ReinstateProxyInstanceRequest.Builder. copy(ReinstateProxyInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-