Uses of Class
com.oracle.bmc.filestorage.responses.GetReplicationResponse
-
Packages that use GetReplicationResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of GetReplicationResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return GetReplicationResponse Modifier and Type Method Description GetReplicationResponse
FileStorage. getReplication(GetReplicationRequest request)
Gets the specified replication’s information.GetReplicationResponse
FileStorageClient. getReplication(GetReplicationRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type GetReplicationResponse Modifier and Type Method Description Future<GetReplicationResponse>
FileStorageAsync. getReplication(GetReplicationRequest request, AsyncHandler<GetReplicationRequest,GetReplicationResponse> handler)
Gets the specified replication’s information.Future<GetReplicationResponse>
FileStorageAsyncClient. getReplication(GetReplicationRequest request, AsyncHandler<GetReplicationRequest,GetReplicationResponse> handler)
-
Uses of GetReplicationResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return GetReplicationResponse Modifier and Type Method Description GetReplicationResponse
GetReplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type GetReplicationResponse Modifier and Type Method Description GetReplicationResponse.Builder
GetReplicationResponse.Builder. copy(GetReplicationResponse o)
Copy method to populate the builder with values from the given instance.
-