Package | Description |
---|---|
com.oracle.bmc.disasterrecovery | |
com.oracle.bmc.disasterrecovery.requests |
Modifier and Type | Method and Description |
---|---|
ListDrPlansResponse |
DisasterRecovery.listDrPlans(ListDrPlansRequest request)
Get a summary list of all DR plans for a DR protection group.
|
ListDrPlansResponse |
DisasterRecoveryClient.listDrPlans(ListDrPlansRequest request) |
Future<ListDrPlansResponse> |
DisasterRecoveryAsyncClient.listDrPlans(ListDrPlansRequest request,
AsyncHandler<ListDrPlansRequest,ListDrPlansResponse> handler) |
Future<ListDrPlansResponse> |
DisasterRecoveryAsync.listDrPlans(ListDrPlansRequest request,
AsyncHandler<ListDrPlansRequest,ListDrPlansResponse> handler)
Get a summary list of all DR plans for a DR protection group.
|
Iterable<DrPlanSummary> |
DisasterRecoveryPaginators.listDrPlansRecordIterator(ListDrPlansRequest request)
Creates a new iterable which will iterate over the
DrPlanSummary objects contained in responses from the
listDrPlans operation. |
Iterable<ListDrPlansResponse> |
DisasterRecoveryPaginators.listDrPlansResponseIterator(ListDrPlansRequest request)
Creates a new iterable which will iterate over the responses received from the listDrPlans
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDrPlansResponse> |
DisasterRecoveryAsyncClient.listDrPlans(ListDrPlansRequest request,
AsyncHandler<ListDrPlansRequest,ListDrPlansResponse> handler) |
Future<ListDrPlansResponse> |
DisasterRecoveryAsync.listDrPlans(ListDrPlansRequest request,
AsyncHandler<ListDrPlansRequest,ListDrPlansResponse> handler)
Get a summary list of all DR plans for a DR protection group.
|
Modifier and Type | Method and Description |
---|---|
ListDrPlansRequest |
ListDrPlansRequest.Builder.build()
Build the instance of ListDrPlansRequest as configured by this builder
|
ListDrPlansRequest |
ListDrPlansRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDrPlansRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.copy(ListDrPlansRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.