Uses of Class
com.oracle.bmc.mysql.requests.UpdateReplicaRequest
-
Packages that use UpdateReplicaRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of UpdateReplicaRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type UpdateReplicaRequest Modifier and Type Method Description UpdateReplicaResponse
Replicas. updateReplica(UpdateReplicaRequest request)
Updates the properties of the specified read replica.Future<UpdateReplicaResponse>
ReplicasAsync. updateReplica(UpdateReplicaRequest request, AsyncHandler<UpdateReplicaRequest,UpdateReplicaResponse> handler)
Updates the properties of the specified read replica.Future<UpdateReplicaResponse>
ReplicasAsyncClient. updateReplica(UpdateReplicaRequest request, AsyncHandler<UpdateReplicaRequest,UpdateReplicaResponse> handler)
UpdateReplicaResponse
ReplicasClient. updateReplica(UpdateReplicaRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type UpdateReplicaRequest Modifier and Type Method Description Future<UpdateReplicaResponse>
ReplicasAsync. updateReplica(UpdateReplicaRequest request, AsyncHandler<UpdateReplicaRequest,UpdateReplicaResponse> handler)
Updates the properties of the specified read replica.Future<UpdateReplicaResponse>
ReplicasAsyncClient. updateReplica(UpdateReplicaRequest request, AsyncHandler<UpdateReplicaRequest,UpdateReplicaResponse> handler)
-
Uses of UpdateReplicaRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return UpdateReplicaRequest Modifier and Type Method Description UpdateReplicaRequest
UpdateReplicaRequest.Builder. build()
Build the instance of UpdateReplicaRequest as configured by this builderUpdateReplicaRequest
UpdateReplicaRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateReplicaRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type UpdateReplicaRequest Modifier and Type Method Description UpdateReplicaRequest.Builder
UpdateReplicaRequest.Builder. copy(UpdateReplicaRequest o)
Copy method to populate the builder with values from the given instance.
-