Uses of Class
com.oracle.bmc.bds.responses.CreateNodeBackupConfigurationResponse
-
Packages that use CreateNodeBackupConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of CreateNodeBackupConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return CreateNodeBackupConfigurationResponse Modifier and Type Method Description CreateNodeBackupConfigurationResponse
Bds. createNodeBackupConfiguration(CreateNodeBackupConfigurationRequest request)
Add a node volume backup configuration to the cluster for an indicated node type or node.CreateNodeBackupConfigurationResponse
BdsClient. createNodeBackupConfiguration(CreateNodeBackupConfigurationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type CreateNodeBackupConfigurationResponse 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)
Method parameters in com.oracle.bmc.bds with type arguments of type CreateNodeBackupConfigurationResponse 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 CreateNodeBackupConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return CreateNodeBackupConfigurationResponse Modifier and Type Method Description CreateNodeBackupConfigurationResponse
CreateNodeBackupConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type CreateNodeBackupConfigurationResponse Modifier and Type Method Description CreateNodeBackupConfigurationResponse.Builder
CreateNodeBackupConfigurationResponse.Builder. copy(CreateNodeBackupConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-