Uses of Class
com.oracle.bmc.recovery.model.ProtectionPolicySummary
-
Packages that use ProtectionPolicySummary Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.model -
-
Uses of ProtectionPolicySummary in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return types with arguments of type ProtectionPolicySummary Modifier and Type Method Description Iterable<ProtectionPolicySummary>
DatabaseRecoveryPaginators. listProtectionPoliciesRecordIterator(ListProtectionPoliciesRequest request)
Creates a new iterable which will iterate over theProtectionPolicySummary
objects contained in responses from the listProtectionPolicies operation. -
Uses of ProtectionPolicySummary in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return ProtectionPolicySummary Modifier and Type Method Description ProtectionPolicySummary
ProtectionPolicySummary.Builder. build()
Methods in com.oracle.bmc.recovery.model that return types with arguments of type ProtectionPolicySummary Modifier and Type Method Description List<ProtectionPolicySummary>
ProtectionPolicyCollection. getItems()
List of ProtectionPolicies.Methods in com.oracle.bmc.recovery.model with parameters of type ProtectionPolicySummary Modifier and Type Method Description ProtectionPolicySummary.Builder
ProtectionPolicySummary.Builder. copy(ProtectionPolicySummary model)
Method parameters in com.oracle.bmc.recovery.model with type arguments of type ProtectionPolicySummary Modifier and Type Method Description ProtectionPolicyCollection.Builder
ProtectionPolicyCollection.Builder. items(List<ProtectionPolicySummary> items)
List of ProtectionPolicies.Constructor parameters in com.oracle.bmc.recovery.model with type arguments of type ProtectionPolicySummary Constructor Description ProtectionPolicyCollection(List<ProtectionPolicySummary> items)
Deprecated.
-