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.objectstorage
Methods 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 theReplicationSource
objects contained in responses from the listReplicationSources operation. -
Uses of ReplicationSource in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return ReplicationSource Modifier and Type Method Description ReplicationSource
ReplicationSource.Builder. build()
Methods in com.oracle.bmc.objectstorage.model with parameters of type ReplicationSource Modifier and Type Method Description ReplicationSource.Builder
ReplicationSource.Builder. copy(ReplicationSource model)
-
Uses of ReplicationSource in com.oracle.bmc.objectstorage.responses
Methods 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.Builder
ListReplicationSourcesResponse.Builder. items(List<ReplicationSource> items)
A list of com.oracle.bmc.objectstorage.model.ReplicationSource instances.
-