Uses of Class
com.oracle.bmc.vbsinst.requests.DeleteVbsInstanceRequest
-
Packages that use DeleteVbsInstanceRequest Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.requests -
-
Uses of DeleteVbsInstanceRequest in com.oracle.bmc.vbsinst
Methods in com.oracle.bmc.vbsinst with parameters of type DeleteVbsInstanceRequest Modifier and Type Method Description DeleteVbsInstanceResponse
VbsInstance. deleteVbsInstance(DeleteVbsInstanceRequest request)
Deletes a VbsInstance resource by identifierFuture<DeleteVbsInstanceResponse>
VbsInstanceAsync. deleteVbsInstance(DeleteVbsInstanceRequest request, AsyncHandler<DeleteVbsInstanceRequest,DeleteVbsInstanceResponse> handler)
Deletes a VbsInstance resource by identifierFuture<DeleteVbsInstanceResponse>
VbsInstanceAsyncClient. deleteVbsInstance(DeleteVbsInstanceRequest request, AsyncHandler<DeleteVbsInstanceRequest,DeleteVbsInstanceResponse> handler)
DeleteVbsInstanceResponse
VbsInstanceClient. deleteVbsInstance(DeleteVbsInstanceRequest request)
Method parameters in com.oracle.bmc.vbsinst with type arguments of type DeleteVbsInstanceRequest 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 DeleteVbsInstanceRequest in com.oracle.bmc.vbsinst.requests
Methods in com.oracle.bmc.vbsinst.requests that return DeleteVbsInstanceRequest Modifier and Type Method Description DeleteVbsInstanceRequest
DeleteVbsInstanceRequest.Builder. build()
Build the instance of DeleteVbsInstanceRequest as configured by this builderDeleteVbsInstanceRequest
DeleteVbsInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteVbsInstanceRequest as configured by this builderMethods in com.oracle.bmc.vbsinst.requests with parameters of type DeleteVbsInstanceRequest Modifier and Type Method Description DeleteVbsInstanceRequest.Builder
DeleteVbsInstanceRequest.Builder. copy(DeleteVbsInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-