Uses of Class
com.oracle.bmc.bds.responses.UpdateNodeBackupConfigurationResponse
-
Packages that use UpdateNodeBackupConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of UpdateNodeBackupConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return UpdateNodeBackupConfigurationResponse Modifier and Type Method Description UpdateNodeBackupConfigurationResponse
Bds. updateNodeBackupConfiguration(UpdateNodeBackupConfigurationRequest request)
Updates fields on NodeBackupConfiguration, including the name, the schedule.UpdateNodeBackupConfigurationResponse
BdsClient. updateNodeBackupConfiguration(UpdateNodeBackupConfigurationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type UpdateNodeBackupConfigurationResponse Modifier and Type Method Description Future<UpdateNodeBackupConfigurationResponse>
BdsAsync. updateNodeBackupConfiguration(UpdateNodeBackupConfigurationRequest request, AsyncHandler<UpdateNodeBackupConfigurationRequest,UpdateNodeBackupConfigurationResponse> handler)
Updates fields on NodeBackupConfiguration, including the name, the schedule.Future<UpdateNodeBackupConfigurationResponse>
BdsAsyncClient. updateNodeBackupConfiguration(UpdateNodeBackupConfigurationRequest request, AsyncHandler<UpdateNodeBackupConfigurationRequest,UpdateNodeBackupConfigurationResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type UpdateNodeBackupConfigurationResponse Modifier and Type Method Description Future<UpdateNodeBackupConfigurationResponse>
BdsAsync. updateNodeBackupConfiguration(UpdateNodeBackupConfigurationRequest request, AsyncHandler<UpdateNodeBackupConfigurationRequest,UpdateNodeBackupConfigurationResponse> handler)
Updates fields on NodeBackupConfiguration, including the name, the schedule.Future<UpdateNodeBackupConfigurationResponse>
BdsAsyncClient. updateNodeBackupConfiguration(UpdateNodeBackupConfigurationRequest request, AsyncHandler<UpdateNodeBackupConfigurationRequest,UpdateNodeBackupConfigurationResponse> handler)
-
Uses of UpdateNodeBackupConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return UpdateNodeBackupConfigurationResponse Modifier and Type Method Description UpdateNodeBackupConfigurationResponse
UpdateNodeBackupConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type UpdateNodeBackupConfigurationResponse Modifier and Type Method Description UpdateNodeBackupConfigurationResponse.Builder
UpdateNodeBackupConfigurationResponse.Builder. copy(UpdateNodeBackupConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-