Uses of Class
com.oracle.bmc.objectstorage.model.ReplicationSource
- 
Packages that use ReplicationSource Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.responses 
- 
- 
Uses of ReplicationSource in com.oracle.bmc.objectstorageMethods in com.oracle.bmc.objectstorage that return types with arguments of type ReplicationSource Modifier and Type Method Description Iterable<ReplicationSource>ObjectStoragePaginators. listReplicationSourcesRecordIterator(ListReplicationSourcesRequest request)Creates a new iterable which will iterate over theReplicationSourceobjects contained in responses from the listReplicationSources operation.
- 
Uses of ReplicationSource in com.oracle.bmc.objectstorage.modelMethods in com.oracle.bmc.objectstorage.model that return ReplicationSource Modifier and Type Method Description ReplicationSourceReplicationSource.Builder. build()Methods in com.oracle.bmc.objectstorage.model with parameters of type ReplicationSource Modifier and Type Method Description ReplicationSource.BuilderReplicationSource.Builder. copy(ReplicationSource model)
- 
Uses of ReplicationSource in com.oracle.bmc.objectstorage.responsesMethods in com.oracle.bmc.objectstorage.responses that return types with arguments of type ReplicationSource Modifier and Type Method Description List<ReplicationSource>ListReplicationSourcesResponse. getItems()A list of com.oracle.bmc.objectstorage.model.ReplicationSource instances.Method parameters in com.oracle.bmc.objectstorage.responses with type arguments of type ReplicationSource Modifier and Type Method Description ListReplicationSourcesResponse.BuilderListReplicationSourcesResponse.Builder. items(List<ReplicationSource> items)A list of com.oracle.bmc.objectstorage.model.ReplicationSource instances.
 
-