Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
ListReplicasResponse |
ReplicasClient.listReplicas(ListReplicasRequest request) |
ListReplicasResponse |
Replicas.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) |
Iterable<ReplicaSummary> |
ReplicasPaginators.listReplicasRecordIterator(ListReplicasRequest request)
Creates a new iterable which will iterate over the
ReplicaSummary objects 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListReplicasRequest |
ListReplicasRequest.Builder.build()
Build the instance of ListReplicasRequest as configured by this builder
|
ListReplicasRequest |
ListReplicasRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListReplicasRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListReplicasRequest.Builder |
ListReplicasRequest.Builder.copy(ListReplicasRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.