Uses of Class
com.oracle.bmc.mysql.responses.ListReplicasResponse
-
Packages that use ListReplicasResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of ListReplicasResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return ListReplicasResponse Modifier and Type Method Description ListReplicasResponse
Replicas. listReplicas(ListReplicasRequest request)
Lists all the read replicas that match the specified filters.ListReplicasResponse
ReplicasClient. listReplicas(ListReplicasRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type ListReplicasResponse Modifier and Type Method Description Future<ListReplicasResponse>
ReplicasAsync. listReplicas(ListReplicasRequest request, AsyncHandler<ListReplicasRequest,ListReplicasResponse> handler)
Lists all the read replicas that match the specified filters.Future<ListReplicasResponse>
ReplicasAsyncClient. listReplicas(ListReplicasRequest request, AsyncHandler<ListReplicasRequest,ListReplicasResponse> handler)
Iterable<ListReplicasResponse>
ReplicasPaginators. listReplicasResponseIterator(ListReplicasRequest request)
Creates a new iterable which will iterate over the responses received from the listReplicas operation.Method parameters in com.oracle.bmc.mysql with type arguments of type ListReplicasResponse Modifier and Type Method Description Future<ListReplicasResponse>
ReplicasAsync. listReplicas(ListReplicasRequest request, AsyncHandler<ListReplicasRequest,ListReplicasResponse> handler)
Lists all the read replicas that match the specified filters.Future<ListReplicasResponse>
ReplicasAsyncClient. listReplicas(ListReplicasRequest request, AsyncHandler<ListReplicasRequest,ListReplicasResponse> handler)
-
Uses of ListReplicasResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return ListReplicasResponse Modifier and Type Method Description ListReplicasResponse
ListReplicasResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type ListReplicasResponse Modifier and Type Method Description ListReplicasResponse.Builder
ListReplicasResponse.Builder. copy(ListReplicasResponse o)
Copy method to populate the builder with values from the given instance.
-