Uses of Class
com.oracle.bmc.filestorage.responses.ChangeReplicationCompartmentResponse
-
Packages that use ChangeReplicationCompartmentResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ChangeReplicationCompartmentResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ChangeReplicationCompartmentResponse Modifier and Type Method Description ChangeReplicationCompartmentResponse
FileStorage. changeReplicationCompartment(ChangeReplicationCompartmentRequest request)
Moves a replication and its replication target into a different compartment within the same tenancy.ChangeReplicationCompartmentResponse
FileStorageClient. changeReplicationCompartment(ChangeReplicationCompartmentRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ChangeReplicationCompartmentResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type ChangeReplicationCompartmentResponse 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 ChangeReplicationCompartmentResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ChangeReplicationCompartmentResponse Modifier and Type Method Description ChangeReplicationCompartmentResponse
ChangeReplicationCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ChangeReplicationCompartmentResponse Modifier and Type Method Description ChangeReplicationCompartmentResponse.Builder
ChangeReplicationCompartmentResponse.Builder. copy(ChangeReplicationCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-