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