Uses of Class
com.oracle.bmc.bds.requests.DeleteNodeBackupRequest
-
Packages that use DeleteNodeBackupRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of DeleteNodeBackupRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type DeleteNodeBackupRequest Modifier and Type Method Description DeleteNodeBackupResponse
Bds. deleteNodeBackup(DeleteNodeBackupRequest request)
Delete the NodeBackup represented by the provided ID.Future<DeleteNodeBackupResponse>
BdsAsync. deleteNodeBackup(DeleteNodeBackupRequest request, AsyncHandler<DeleteNodeBackupRequest,DeleteNodeBackupResponse> handler)
Delete the NodeBackup represented by the provided ID.Future<DeleteNodeBackupResponse>
BdsAsyncClient. deleteNodeBackup(DeleteNodeBackupRequest request, AsyncHandler<DeleteNodeBackupRequest,DeleteNodeBackupResponse> handler)
DeleteNodeBackupResponse
BdsClient. deleteNodeBackup(DeleteNodeBackupRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type DeleteNodeBackupRequest Modifier and Type Method Description Future<DeleteNodeBackupResponse>
BdsAsync. deleteNodeBackup(DeleteNodeBackupRequest request, AsyncHandler<DeleteNodeBackupRequest,DeleteNodeBackupResponse> handler)
Delete the NodeBackup represented by the provided ID.Future<DeleteNodeBackupResponse>
BdsAsyncClient. deleteNodeBackup(DeleteNodeBackupRequest request, AsyncHandler<DeleteNodeBackupRequest,DeleteNodeBackupResponse> handler)
-
Uses of DeleteNodeBackupRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return DeleteNodeBackupRequest Modifier and Type Method Description DeleteNodeBackupRequest
DeleteNodeBackupRequest.Builder. build()
Build the instance of DeleteNodeBackupRequest as configured by this builderDeleteNodeBackupRequest
DeleteNodeBackupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteNodeBackupRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type DeleteNodeBackupRequest Modifier and Type Method Description DeleteNodeBackupRequest.Builder
DeleteNodeBackupRequest.Builder. copy(DeleteNodeBackupRequest o)
Copy method to populate the builder with values from the given instance.
-