Uses of Class
com.oracle.bmc.rover.requests.RetrieveBundleStatusRoverClusterRequest
-
Packages that use RetrieveBundleStatusRoverClusterRequest Package Description com.oracle.bmc.rover com.oracle.bmc.rover.requests -
-
Uses of RetrieveBundleStatusRoverClusterRequest in com.oracle.bmc.rover
Method parameters in com.oracle.bmc.rover with type arguments of type RetrieveBundleStatusRoverClusterRequest 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 RetrieveBundleStatusRoverClusterRequest in com.oracle.bmc.rover.requests
Methods in com.oracle.bmc.rover.requests that return RetrieveBundleStatusRoverClusterRequest Modifier and Type Method Description RetrieveBundleStatusRoverClusterRequest
RetrieveBundleStatusRoverClusterRequest.Builder. build()
Build the instance of RetrieveBundleStatusRoverClusterRequest as configured by this builderRetrieveBundleStatusRoverClusterRequest
RetrieveBundleStatusRoverClusterRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RetrieveBundleStatusRoverClusterRequest as configured by this builderMethods in com.oracle.bmc.rover.requests with parameters of type RetrieveBundleStatusRoverClusterRequest Modifier and Type Method Description RetrieveBundleStatusRoverClusterRequest.Builder
RetrieveBundleStatusRoverClusterRequest.Builder. copy(RetrieveBundleStatusRoverClusterRequest o)
Copy method to populate the builder with values from the given instance.
-