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