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