Uses of Class
com.oracle.bmc.mysql.responses.DeleteReplicaResponse
-
Packages that use DeleteReplicaResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of DeleteReplicaResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return DeleteReplicaResponse Modifier and Type Method Description DeleteReplicaResponse
Replicas. deleteReplica(DeleteReplicaRequest request)
Deletes the specified read replica.DeleteReplicaResponse
ReplicasClient. deleteReplica(DeleteReplicaRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type DeleteReplicaResponse Modifier and Type Method Description Future<DeleteReplicaResponse>
ReplicasAsync. deleteReplica(DeleteReplicaRequest request, AsyncHandler<DeleteReplicaRequest,DeleteReplicaResponse> handler)
Deletes the specified read replica.Future<DeleteReplicaResponse>
ReplicasAsyncClient. deleteReplica(DeleteReplicaRequest request, AsyncHandler<DeleteReplicaRequest,DeleteReplicaResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type DeleteReplicaResponse Modifier and Type Method Description Future<DeleteReplicaResponse>
ReplicasAsync. deleteReplica(DeleteReplicaRequest request, AsyncHandler<DeleteReplicaRequest,DeleteReplicaResponse> handler)
Deletes the specified read replica.Future<DeleteReplicaResponse>
ReplicasAsyncClient. deleteReplica(DeleteReplicaRequest request, AsyncHandler<DeleteReplicaRequest,DeleteReplicaResponse> handler)
-
Uses of DeleteReplicaResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return DeleteReplicaResponse Modifier and Type Method Description DeleteReplicaResponse
DeleteReplicaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type DeleteReplicaResponse Modifier and Type Method Description DeleteReplicaResponse.Builder
DeleteReplicaResponse.Builder. copy(DeleteReplicaResponse o)
Copy method to populate the builder with values from the given instance.
-