Uses of Class
com.oracle.bmc.disasterrecovery.responses.ListDrPlanExecutionsResponse
-
Packages that use ListDrPlanExecutionsResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of ListDrPlanExecutionsResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return ListDrPlanExecutionsResponse Modifier and Type Method Description ListDrPlanExecutionsResponse
DisasterRecovery. listDrPlanExecutions(ListDrPlanExecutionsRequest request)
Get a summary list of all DR plan executions for a DR protection group.ListDrPlanExecutionsResponse
DisasterRecoveryClient. listDrPlanExecutions(ListDrPlanExecutionsRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type ListDrPlanExecutionsResponse Modifier and Type Method Description Future<ListDrPlanExecutionsResponse>
DisasterRecoveryAsync. listDrPlanExecutions(ListDrPlanExecutionsRequest request, AsyncHandler<ListDrPlanExecutionsRequest,ListDrPlanExecutionsResponse> handler)
Get a summary list of all DR plan executions for a DR protection group.Future<ListDrPlanExecutionsResponse>
DisasterRecoveryAsyncClient. listDrPlanExecutions(ListDrPlanExecutionsRequest request, AsyncHandler<ListDrPlanExecutionsRequest,ListDrPlanExecutionsResponse> handler)
Iterable<ListDrPlanExecutionsResponse>
DisasterRecoveryPaginators. listDrPlanExecutionsResponseIterator(ListDrPlanExecutionsRequest request)
Creates a new iterable which will iterate over the responses received from the listDrPlanExecutions operation.Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type ListDrPlanExecutionsResponse Modifier and Type Method Description Future<ListDrPlanExecutionsResponse>
DisasterRecoveryAsync. listDrPlanExecutions(ListDrPlanExecutionsRequest request, AsyncHandler<ListDrPlanExecutionsRequest,ListDrPlanExecutionsResponse> handler)
Get a summary list of all DR plan executions for a DR protection group.Future<ListDrPlanExecutionsResponse>
DisasterRecoveryAsyncClient. listDrPlanExecutions(ListDrPlanExecutionsRequest request, AsyncHandler<ListDrPlanExecutionsRequest,ListDrPlanExecutionsResponse> handler)
-
Uses of ListDrPlanExecutionsResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return ListDrPlanExecutionsResponse Modifier and Type Method Description ListDrPlanExecutionsResponse
ListDrPlanExecutionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type ListDrPlanExecutionsResponse Modifier and Type Method Description ListDrPlanExecutionsResponse.Builder
ListDrPlanExecutionsResponse.Builder. copy(ListDrPlanExecutionsResponse o)
Copy method to populate the builder with values from the given instance.
-