Uses of Class
com.oracle.bmc.bds.requests.UpdateNodeBackupConfigurationRequest
-
Packages that use UpdateNodeBackupConfigurationRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of UpdateNodeBackupConfigurationRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type UpdateNodeBackupConfigurationRequest Modifier and Type Method Description UpdateNodeBackupConfigurationResponse
Bds. updateNodeBackupConfiguration(UpdateNodeBackupConfigurationRequest request)
Updates fields on NodeBackupConfiguration, including the name, the schedule.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)
UpdateNodeBackupConfigurationResponse
BdsClient. updateNodeBackupConfiguration(UpdateNodeBackupConfigurationRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type UpdateNodeBackupConfigurationRequest 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 UpdateNodeBackupConfigurationRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return UpdateNodeBackupConfigurationRequest Modifier and Type Method Description UpdateNodeBackupConfigurationRequest
UpdateNodeBackupConfigurationRequest.Builder. build()
Build the instance of UpdateNodeBackupConfigurationRequest as configured by this builderUpdateNodeBackupConfigurationRequest
UpdateNodeBackupConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateNodeBackupConfigurationRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type UpdateNodeBackupConfigurationRequest Modifier and Type Method Description UpdateNodeBackupConfigurationRequest.Builder
UpdateNodeBackupConfigurationRequest.Builder. copy(UpdateNodeBackupConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-