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