Uses of Class
com.oracle.bmc.filestorage.requests.ChangeReplicationCompartmentRequest
-
Packages that use ChangeReplicationCompartmentRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of ChangeReplicationCompartmentRequest in com.oracle.bmc.filestorage
Method parameters in com.oracle.bmc.filestorage with type arguments of type ChangeReplicationCompartmentRequest Modifier and Type Method Description Future<ChangeReplicationCompartmentResponse>
FileStorageAsync. changeReplicationCompartment(ChangeReplicationCompartmentRequest request, AsyncHandler<ChangeReplicationCompartmentRequest,ChangeReplicationCompartmentResponse> handler)
Moves a replication and its replication target into a different compartment within the same tenancy.Future<ChangeReplicationCompartmentResponse>
FileStorageAsyncClient. changeReplicationCompartment(ChangeReplicationCompartmentRequest request, AsyncHandler<ChangeReplicationCompartmentRequest,ChangeReplicationCompartmentResponse> handler)
-
Uses of ChangeReplicationCompartmentRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ChangeReplicationCompartmentRequest Modifier and Type Method Description ChangeReplicationCompartmentRequest
ChangeReplicationCompartmentRequest.Builder. build()
Build the instance of ChangeReplicationCompartmentRequest as configured by this builderChangeReplicationCompartmentRequest
ChangeReplicationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeReplicationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type ChangeReplicationCompartmentRequest Modifier and Type Method Description ChangeReplicationCompartmentRequest.Builder
ChangeReplicationCompartmentRequest.Builder. copy(ChangeReplicationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-