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