Uses of Class
com.oracle.bmc.rover.responses.RetrieveBundleStatusRoverNodeResponse
-
Packages that use RetrieveBundleStatusRoverNodeResponse Package Description com.oracle.bmc.rover com.oracle.bmc.rover.responses -
-
Uses of RetrieveBundleStatusRoverNodeResponse in com.oracle.bmc.rover
Methods in com.oracle.bmc.rover that return RetrieveBundleStatusRoverNodeResponse Modifier and Type Method Description RetrieveBundleStatusRoverNodeResponse
RoverBundle. retrieveBundleStatusRoverNode(RetrieveBundleStatusRoverNodeRequest request)
Retrieve the status and progress of a rover bundle copy request.RetrieveBundleStatusRoverNodeResponse
RoverBundleClient. retrieveBundleStatusRoverNode(RetrieveBundleStatusRoverNodeRequest request)
Methods in com.oracle.bmc.rover that return types with arguments of type RetrieveBundleStatusRoverNodeResponse Modifier and Type Method Description Future<RetrieveBundleStatusRoverNodeResponse>
RoverBundleAsync. retrieveBundleStatusRoverNode(RetrieveBundleStatusRoverNodeRequest request, AsyncHandler<RetrieveBundleStatusRoverNodeRequest,RetrieveBundleStatusRoverNodeResponse> handler)
Retrieve the status and progress of a rover bundle copy request.Future<RetrieveBundleStatusRoverNodeResponse>
RoverBundleAsyncClient. retrieveBundleStatusRoverNode(RetrieveBundleStatusRoverNodeRequest request, AsyncHandler<RetrieveBundleStatusRoverNodeRequest,RetrieveBundleStatusRoverNodeResponse> handler)
Method parameters in com.oracle.bmc.rover with type arguments of type RetrieveBundleStatusRoverNodeResponse Modifier and Type Method Description Future<RetrieveBundleStatusRoverNodeResponse>
RoverBundleAsync. retrieveBundleStatusRoverNode(RetrieveBundleStatusRoverNodeRequest request, AsyncHandler<RetrieveBundleStatusRoverNodeRequest,RetrieveBundleStatusRoverNodeResponse> handler)
Retrieve the status and progress of a rover bundle copy request.Future<RetrieveBundleStatusRoverNodeResponse>
RoverBundleAsyncClient. retrieveBundleStatusRoverNode(RetrieveBundleStatusRoverNodeRequest request, AsyncHandler<RetrieveBundleStatusRoverNodeRequest,RetrieveBundleStatusRoverNodeResponse> handler)
-
Uses of RetrieveBundleStatusRoverNodeResponse in com.oracle.bmc.rover.responses
Methods in com.oracle.bmc.rover.responses that return RetrieveBundleStatusRoverNodeResponse Modifier and Type Method Description RetrieveBundleStatusRoverNodeResponse
RetrieveBundleStatusRoverNodeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.rover.responses with parameters of type RetrieveBundleStatusRoverNodeResponse Modifier and Type Method Description RetrieveBundleStatusRoverNodeResponse.Builder
RetrieveBundleStatusRoverNodeResponse.Builder. copy(RetrieveBundleStatusRoverNodeResponse o)
Copy method to populate the builder with values from the given instance.
-