Uses of Class
com.oracle.bmc.filestorage.requests.DeleteReplicationRequest
-
Packages that use DeleteReplicationRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of DeleteReplicationRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type DeleteReplicationRequest Modifier and Type Method Description DeleteReplicationResponse
FileStorage. deleteReplication(DeleteReplicationRequest request)
Deletes the specified replication and the the associated replication target.Future<DeleteReplicationResponse>
FileStorageAsync. deleteReplication(DeleteReplicationRequest request, AsyncHandler<DeleteReplicationRequest,DeleteReplicationResponse> handler)
Deletes the specified replication and the the associated replication target.Future<DeleteReplicationResponse>
FileStorageAsyncClient. deleteReplication(DeleteReplicationRequest request, AsyncHandler<DeleteReplicationRequest,DeleteReplicationResponse> handler)
DeleteReplicationResponse
FileStorageClient. deleteReplication(DeleteReplicationRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type DeleteReplicationRequest Modifier and Type Method Description Future<DeleteReplicationResponse>
FileStorageAsync. deleteReplication(DeleteReplicationRequest request, AsyncHandler<DeleteReplicationRequest,DeleteReplicationResponse> handler)
Deletes the specified replication and the the associated replication target.Future<DeleteReplicationResponse>
FileStorageAsyncClient. deleteReplication(DeleteReplicationRequest request, AsyncHandler<DeleteReplicationRequest,DeleteReplicationResponse> handler)
-
Uses of DeleteReplicationRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return DeleteReplicationRequest Modifier and Type Method Description DeleteReplicationRequest
DeleteReplicationRequest.Builder. build()
Build the instance of DeleteReplicationRequest as configured by this builderDeleteReplicationRequest
DeleteReplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteReplicationRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type DeleteReplicationRequest Modifier and Type Method Description DeleteReplicationRequest.Builder
DeleteReplicationRequest.Builder. copy(DeleteReplicationRequest o)
Copy method to populate the builder with values from the given instance.
-