Uses of Class
com.oracle.bmc.mysql.requests.ListReplicasRequest
-
Packages that use ListReplicasRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of ListReplicasRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type ListReplicasRequest Modifier and Type Method Description ListReplicasResponseReplicas. listReplicas(ListReplicasRequest request)Lists all the read replicas that match the specified filters.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)ListReplicasResponseReplicasClient. listReplicas(ListReplicasRequest request)Iterable<ReplicaSummary>ReplicasPaginators. listReplicasRecordIterator(ListReplicasRequest request)Creates a new iterable which will iterate over theReplicaSummaryobjects contained in responses from the listReplicas operation.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 ListReplicasRequest 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 ListReplicasRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ListReplicasRequest Modifier and Type Method Description ListReplicasRequestListReplicasRequest.Builder. build()Build the instance of ListReplicasRequest as configured by this builderListReplicasRequestListReplicasRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListReplicasRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type ListReplicasRequest Modifier and Type Method Description ListReplicasRequest.BuilderListReplicasRequest.Builder. copy(ListReplicasRequest o)Copy method to populate the builder with values from the given instance.
-