Uses of Class
com.oracle.bmc.bds.requests.GetNodeBackupConfigurationRequest
-
Packages that use GetNodeBackupConfigurationRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of GetNodeBackupConfigurationRequest in com.oracle.bmc.bds
Method parameters in com.oracle.bmc.bds with type arguments of type GetNodeBackupConfigurationRequest 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 GetNodeBackupConfigurationRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return GetNodeBackupConfigurationRequest Modifier and Type Method Description GetNodeBackupConfigurationRequest
GetNodeBackupConfigurationRequest.Builder. build()
Build the instance of GetNodeBackupConfigurationRequest as configured by this builderGetNodeBackupConfigurationRequest
GetNodeBackupConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetNodeBackupConfigurationRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type GetNodeBackupConfigurationRequest Modifier and Type Method Description GetNodeBackupConfigurationRequest.Builder
GetNodeBackupConfigurationRequest.Builder. copy(GetNodeBackupConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-