Uses of Class
com.oracle.bmc.datasafe.responses.ListPeerTargetDatabasesResponse
-
Packages that use ListPeerTargetDatabasesResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListPeerTargetDatabasesResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListPeerTargetDatabasesResponse Modifier and Type Method Description ListPeerTargetDatabasesResponseDataSafe. listPeerTargetDatabases(ListPeerTargetDatabasesRequest request)Lists all the peer target databases under the primary target database identified by the OCID passed as path parameter.ListPeerTargetDatabasesResponseDataSafeClient. listPeerTargetDatabases(ListPeerTargetDatabasesRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListPeerTargetDatabasesResponse Modifier and Type Method Description Future<ListPeerTargetDatabasesResponse>DataSafeAsync. listPeerTargetDatabases(ListPeerTargetDatabasesRequest request, AsyncHandler<ListPeerTargetDatabasesRequest,ListPeerTargetDatabasesResponse> handler)Lists all the peer target databases under the primary target database identified by the OCID passed as path parameter.Future<ListPeerTargetDatabasesResponse>DataSafeAsyncClient. listPeerTargetDatabases(ListPeerTargetDatabasesRequest request, AsyncHandler<ListPeerTargetDatabasesRequest,ListPeerTargetDatabasesResponse> handler)Iterable<ListPeerTargetDatabasesResponse>DataSafePaginators. listPeerTargetDatabasesResponseIterator(ListPeerTargetDatabasesRequest request)Creates a new iterable which will iterate over the responses received from the listPeerTargetDatabases operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListPeerTargetDatabasesResponse Modifier and Type Method Description Future<ListPeerTargetDatabasesResponse>DataSafeAsync. listPeerTargetDatabases(ListPeerTargetDatabasesRequest request, AsyncHandler<ListPeerTargetDatabasesRequest,ListPeerTargetDatabasesResponse> handler)Lists all the peer target databases under the primary target database identified by the OCID passed as path parameter.Future<ListPeerTargetDatabasesResponse>DataSafeAsyncClient. listPeerTargetDatabases(ListPeerTargetDatabasesRequest request, AsyncHandler<ListPeerTargetDatabasesRequest,ListPeerTargetDatabasesResponse> handler) -
Uses of ListPeerTargetDatabasesResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListPeerTargetDatabasesResponse Modifier and Type Method Description ListPeerTargetDatabasesResponseListPeerTargetDatabasesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListPeerTargetDatabasesResponse Modifier and Type Method Description ListPeerTargetDatabasesResponse.BuilderListPeerTargetDatabasesResponse.Builder. copy(ListPeerTargetDatabasesResponse o)Copy method to populate the builder with values from the given instance.
-