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