Uses of Class
com.oracle.bmc.mysql.responses.UpdateReplicaResponse
-
Packages that use UpdateReplicaResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of UpdateReplicaResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return UpdateReplicaResponse Modifier and Type Method Description UpdateReplicaResponse
Replicas. updateReplica(UpdateReplicaRequest request)
Updates the properties of the specified read replica.UpdateReplicaResponse
ReplicasClient. updateReplica(UpdateReplicaRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type UpdateReplicaResponse 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)
Method parameters in com.oracle.bmc.mysql with type arguments of type UpdateReplicaResponse 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 UpdateReplicaResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return UpdateReplicaResponse Modifier and Type Method Description UpdateReplicaResponse
UpdateReplicaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type UpdateReplicaResponse Modifier and Type Method Description UpdateReplicaResponse.Builder
UpdateReplicaResponse.Builder. copy(UpdateReplicaResponse o)
Copy method to populate the builder with values from the given instance.
-