Uses of Class
com.oracle.bmc.vbsinst.responses.DeleteVbsInstanceResponse
-
Packages that use DeleteVbsInstanceResponse Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.responses -
-
Uses of DeleteVbsInstanceResponse in com.oracle.bmc.vbsinst
Methods in com.oracle.bmc.vbsinst that return DeleteVbsInstanceResponse Modifier and Type Method Description DeleteVbsInstanceResponse
VbsInstance. deleteVbsInstance(DeleteVbsInstanceRequest request)
Deletes a VbsInstance resource by identifierDeleteVbsInstanceResponse
VbsInstanceClient. deleteVbsInstance(DeleteVbsInstanceRequest request)
Methods in com.oracle.bmc.vbsinst that return types with arguments of type DeleteVbsInstanceResponse Modifier and Type Method Description Future<DeleteVbsInstanceResponse>
VbsInstanceAsync. deleteVbsInstance(DeleteVbsInstanceRequest request, AsyncHandler<DeleteVbsInstanceRequest,DeleteVbsInstanceResponse> handler)
Deletes a VbsInstance resource by identifierFuture<DeleteVbsInstanceResponse>
VbsInstanceAsyncClient. deleteVbsInstance(DeleteVbsInstanceRequest request, AsyncHandler<DeleteVbsInstanceRequest,DeleteVbsInstanceResponse> handler)
Method parameters in com.oracle.bmc.vbsinst with type arguments of type DeleteVbsInstanceResponse Modifier and Type Method Description Future<DeleteVbsInstanceResponse>
VbsInstanceAsync. deleteVbsInstance(DeleteVbsInstanceRequest request, AsyncHandler<DeleteVbsInstanceRequest,DeleteVbsInstanceResponse> handler)
Deletes a VbsInstance resource by identifierFuture<DeleteVbsInstanceResponse>
VbsInstanceAsyncClient. deleteVbsInstance(DeleteVbsInstanceRequest request, AsyncHandler<DeleteVbsInstanceRequest,DeleteVbsInstanceResponse> handler)
-
Uses of DeleteVbsInstanceResponse in com.oracle.bmc.vbsinst.responses
Methods in com.oracle.bmc.vbsinst.responses that return DeleteVbsInstanceResponse Modifier and Type Method Description DeleteVbsInstanceResponse
DeleteVbsInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vbsinst.responses with parameters of type DeleteVbsInstanceResponse Modifier and Type Method Description DeleteVbsInstanceResponse.Builder
DeleteVbsInstanceResponse.Builder. copy(DeleteVbsInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-