Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.ReinstateProxyInstanceRequest
-
Packages that use ReinstateProxyInstanceRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of ReinstateProxyInstanceRequest in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase with parameters of type ReinstateProxyInstanceRequest Modifier and Type Method Description ReinstateProxyInstanceResponse
ShardedDatabaseService. reinstateProxyInstance(ReinstateProxyInstanceRequest request)
API to reinstate the proxy instances associated with the private endpoint.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)
ReinstateProxyInstanceResponse
ShardedDatabaseServiceClient. reinstateProxyInstance(ReinstateProxyInstanceRequest request)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type ReinstateProxyInstanceRequest 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 ReinstateProxyInstanceRequest in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.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.globallydistributeddatabase.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.
-