Uses of Class
com.oracle.bmc.bds.requests.CreateNodeBackupConfigurationRequest
-
Packages that use CreateNodeBackupConfigurationRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of CreateNodeBackupConfigurationRequest in com.oracle.bmc.bds
Method parameters in com.oracle.bmc.bds with type arguments of type CreateNodeBackupConfigurationRequest Modifier and Type Method Description Future<CreateNodeBackupConfigurationResponse>
BdsAsync. createNodeBackupConfiguration(CreateNodeBackupConfigurationRequest request, AsyncHandler<CreateNodeBackupConfigurationRequest,CreateNodeBackupConfigurationResponse> handler)
Add a node volume backup configuration to the cluster for an indicated node type or node.Future<CreateNodeBackupConfigurationResponse>
BdsAsyncClient. createNodeBackupConfiguration(CreateNodeBackupConfigurationRequest request, AsyncHandler<CreateNodeBackupConfigurationRequest,CreateNodeBackupConfigurationResponse> handler)
-
Uses of CreateNodeBackupConfigurationRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return CreateNodeBackupConfigurationRequest Modifier and Type Method Description CreateNodeBackupConfigurationRequest
CreateNodeBackupConfigurationRequest.Builder. build()
Build the instance of CreateNodeBackupConfigurationRequest as configured by this builderCreateNodeBackupConfigurationRequest
CreateNodeBackupConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateNodeBackupConfigurationRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type CreateNodeBackupConfigurationRequest Modifier and Type Method Description CreateNodeBackupConfigurationRequest.Builder
CreateNodeBackupConfigurationRequest.Builder. copy(CreateNodeBackupConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-