Uses of Class
com.oracle.bmc.databasemanagement.responses.ListOutboundReplicationsResponse
-
Packages that use ListOutboundReplicationsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListOutboundReplicationsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListOutboundReplicationsResponse Modifier and Type Method Description ListOutboundReplicationsResponseManagedMySqlDatabases. listOutboundReplications(ListOutboundReplicationsRequest request)Retrieves information pertaining to outbound replications of a specific MySQL server.ListOutboundReplicationsResponseManagedMySqlDatabasesClient. listOutboundReplications(ListOutboundReplicationsRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListOutboundReplicationsResponse Modifier and Type Method Description Future<ListOutboundReplicationsResponse>ManagedMySqlDatabasesAsync. listOutboundReplications(ListOutboundReplicationsRequest request, AsyncHandler<ListOutboundReplicationsRequest,ListOutboundReplicationsResponse> handler)Retrieves information pertaining to outbound replications of a specific MySQL server.Future<ListOutboundReplicationsResponse>ManagedMySqlDatabasesAsyncClient. listOutboundReplications(ListOutboundReplicationsRequest request, AsyncHandler<ListOutboundReplicationsRequest,ListOutboundReplicationsResponse> handler)Iterable<ListOutboundReplicationsResponse>ManagedMySqlDatabasesPaginators. listOutboundReplicationsResponseIterator(ListOutboundReplicationsRequest request)Creates a new iterable which will iterate over the responses received from the listOutboundReplications operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListOutboundReplicationsResponse Modifier and Type Method Description Future<ListOutboundReplicationsResponse>ManagedMySqlDatabasesAsync. listOutboundReplications(ListOutboundReplicationsRequest request, AsyncHandler<ListOutboundReplicationsRequest,ListOutboundReplicationsResponse> handler)Retrieves information pertaining to outbound replications of a specific MySQL server.Future<ListOutboundReplicationsResponse>ManagedMySqlDatabasesAsyncClient. listOutboundReplications(ListOutboundReplicationsRequest request, AsyncHandler<ListOutboundReplicationsRequest,ListOutboundReplicationsResponse> handler) -
Uses of ListOutboundReplicationsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListOutboundReplicationsResponse Modifier and Type Method Description ListOutboundReplicationsResponseListOutboundReplicationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListOutboundReplicationsResponse Modifier and Type Method Description ListOutboundReplicationsResponse.BuilderListOutboundReplicationsResponse.Builder. copy(ListOutboundReplicationsResponse o)Copy method to populate the builder with values from the given instance.
-