Uses of Class
com.oracle.bmc.bds.responses.UpdateBdsInstanceResponse
-
Packages that use UpdateBdsInstanceResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of UpdateBdsInstanceResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return UpdateBdsInstanceResponse Modifier and Type Method Description UpdateBdsInstanceResponse
Bds. updateBdsInstance(UpdateBdsInstanceRequest request)
Updates the Big Data Service cluster identified by the given ID.UpdateBdsInstanceResponse
BdsClient. updateBdsInstance(UpdateBdsInstanceRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type UpdateBdsInstanceResponse Modifier and Type Method Description Future<UpdateBdsInstanceResponse>
BdsAsync. updateBdsInstance(UpdateBdsInstanceRequest request, AsyncHandler<UpdateBdsInstanceRequest,UpdateBdsInstanceResponse> handler)
Updates the Big Data Service cluster identified by the given ID.Future<UpdateBdsInstanceResponse>
BdsAsyncClient. updateBdsInstance(UpdateBdsInstanceRequest request, AsyncHandler<UpdateBdsInstanceRequest,UpdateBdsInstanceResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type UpdateBdsInstanceResponse Modifier and Type Method Description Future<UpdateBdsInstanceResponse>
BdsAsync. updateBdsInstance(UpdateBdsInstanceRequest request, AsyncHandler<UpdateBdsInstanceRequest,UpdateBdsInstanceResponse> handler)
Updates the Big Data Service cluster identified by the given ID.Future<UpdateBdsInstanceResponse>
BdsAsyncClient. updateBdsInstance(UpdateBdsInstanceRequest request, AsyncHandler<UpdateBdsInstanceRequest,UpdateBdsInstanceResponse> handler)
-
Uses of UpdateBdsInstanceResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return UpdateBdsInstanceResponse Modifier and Type Method Description UpdateBdsInstanceResponse
UpdateBdsInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type UpdateBdsInstanceResponse Modifier and Type Method Description UpdateBdsInstanceResponse.Builder
UpdateBdsInstanceResponse.Builder. copy(UpdateBdsInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-