Uses of Class
com.oracle.bmc.bds.requests.UpdateBdsInstanceRequest
-
Packages that use UpdateBdsInstanceRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of UpdateBdsInstanceRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type UpdateBdsInstanceRequest Modifier and Type Method Description UpdateBdsInstanceResponse
Bds. updateBdsInstance(UpdateBdsInstanceRequest request)
Updates the Big Data Service cluster identified by the given ID.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)
UpdateBdsInstanceResponse
BdsClient. updateBdsInstance(UpdateBdsInstanceRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type UpdateBdsInstanceRequest 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 UpdateBdsInstanceRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return UpdateBdsInstanceRequest Modifier and Type Method Description UpdateBdsInstanceRequest
UpdateBdsInstanceRequest.Builder. build()
Build the instance of UpdateBdsInstanceRequest as configured by this builderUpdateBdsInstanceRequest
UpdateBdsInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBdsInstanceRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type UpdateBdsInstanceRequest Modifier and Type Method Description UpdateBdsInstanceRequest.Builder
UpdateBdsInstanceRequest.Builder. copy(UpdateBdsInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-