Uses of Class
com.oracle.bmc.recovery.model.RecoveryServiceSubnetSummary
-
Packages that use RecoveryServiceSubnetSummary Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.model -
-
Uses of RecoveryServiceSubnetSummary in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return types with arguments of type RecoveryServiceSubnetSummary Modifier and Type Method Description Iterable<RecoveryServiceSubnetSummary>
DatabaseRecoveryPaginators. listRecoveryServiceSubnetsRecordIterator(ListRecoveryServiceSubnetsRequest request)
Creates a new iterable which will iterate over theRecoveryServiceSubnetSummary
objects contained in responses from the listRecoveryServiceSubnets operation. -
Uses of RecoveryServiceSubnetSummary in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return RecoveryServiceSubnetSummary Modifier and Type Method Description RecoveryServiceSubnetSummary
RecoveryServiceSubnetSummary.Builder. build()
Methods in com.oracle.bmc.recovery.model that return types with arguments of type RecoveryServiceSubnetSummary Modifier and Type Method Description List<RecoveryServiceSubnetSummary>
RecoveryServiceSubnetCollection. getItems()
List of recovery service subnet resources.Methods in com.oracle.bmc.recovery.model with parameters of type RecoveryServiceSubnetSummary Modifier and Type Method Description RecoveryServiceSubnetSummary.Builder
RecoveryServiceSubnetSummary.Builder. copy(RecoveryServiceSubnetSummary model)
Method parameters in com.oracle.bmc.recovery.model with type arguments of type RecoveryServiceSubnetSummary Modifier and Type Method Description RecoveryServiceSubnetCollection.Builder
RecoveryServiceSubnetCollection.Builder. items(List<RecoveryServiceSubnetSummary> items)
List of recovery service subnet resources.Constructor parameters in com.oracle.bmc.recovery.model with type arguments of type RecoveryServiceSubnetSummary Constructor Description RecoveryServiceSubnetCollection(List<RecoveryServiceSubnetSummary> items)
Deprecated.
-