Uses of Class
com.oracle.bmc.disasterrecovery.responses.ListDrProtectionGroupsResponse
-
Packages that use ListDrProtectionGroupsResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of ListDrProtectionGroupsResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return ListDrProtectionGroupsResponse Modifier and Type Method Description ListDrProtectionGroupsResponseDisasterRecovery. listDrProtectionGroups(ListDrProtectionGroupsRequest request)Get a summary list of all DR protection groups in a compartment.ListDrProtectionGroupsResponseDisasterRecoveryClient. listDrProtectionGroups(ListDrProtectionGroupsRequest request)Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type ListDrProtectionGroupsResponse Modifier and Type Method Description Future<ListDrProtectionGroupsResponse>DisasterRecoveryAsync. listDrProtectionGroups(ListDrProtectionGroupsRequest request, AsyncHandler<ListDrProtectionGroupsRequest,ListDrProtectionGroupsResponse> handler)Get a summary list of all DR protection groups in a compartment.Future<ListDrProtectionGroupsResponse>DisasterRecoveryAsyncClient. listDrProtectionGroups(ListDrProtectionGroupsRequest request, AsyncHandler<ListDrProtectionGroupsRequest,ListDrProtectionGroupsResponse> handler)Iterable<ListDrProtectionGroupsResponse>DisasterRecoveryPaginators. listDrProtectionGroupsResponseIterator(ListDrProtectionGroupsRequest request)Creates a new iterable which will iterate over the responses received from the listDrProtectionGroups operation.Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type ListDrProtectionGroupsResponse Modifier and Type Method Description Future<ListDrProtectionGroupsResponse>DisasterRecoveryAsync. listDrProtectionGroups(ListDrProtectionGroupsRequest request, AsyncHandler<ListDrProtectionGroupsRequest,ListDrProtectionGroupsResponse> handler)Get a summary list of all DR protection groups in a compartment.Future<ListDrProtectionGroupsResponse>DisasterRecoveryAsyncClient. listDrProtectionGroups(ListDrProtectionGroupsRequest request, AsyncHandler<ListDrProtectionGroupsRequest,ListDrProtectionGroupsResponse> handler) -
Uses of ListDrProtectionGroupsResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return ListDrProtectionGroupsResponse Modifier and Type Method Description ListDrProtectionGroupsResponseListDrProtectionGroupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type ListDrProtectionGroupsResponse Modifier and Type Method Description ListDrProtectionGroupsResponse.BuilderListDrProtectionGroupsResponse.Builder. copy(ListDrProtectionGroupsResponse o)Copy method to populate the builder with values from the given instance.
-