Uses of Class
com.oracle.bmc.bds.requests.GetNodeBackupRequest
-
Packages that use GetNodeBackupRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of GetNodeBackupRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return types with arguments of type GetNodeBackupRequest Modifier and Type Method Description Waiter<GetNodeBackupRequest,GetNodeBackupResponse>
BdsWaiters. forNodeBackup(GetNodeBackupRequest request, NodeBackup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetNodeBackupRequest,GetNodeBackupResponse>
BdsWaiters. forNodeBackup(GetNodeBackupRequest request, NodeBackup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetNodeBackupRequest,GetNodeBackupResponse>
BdsWaiters. forNodeBackup(GetNodeBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NodeBackup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.bds with type arguments of type GetNodeBackupRequest Modifier and Type Method Description Future<GetNodeBackupResponse>
BdsAsync. getNodeBackup(GetNodeBackupRequest request, AsyncHandler<GetNodeBackupRequest,GetNodeBackupResponse> handler)
Returns details of NodeBackup identified by the given ID.Future<GetNodeBackupResponse>
BdsAsyncClient. getNodeBackup(GetNodeBackupRequest request, AsyncHandler<GetNodeBackupRequest,GetNodeBackupResponse> handler)
-
Uses of GetNodeBackupRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return GetNodeBackupRequest Modifier and Type Method Description GetNodeBackupRequest
GetNodeBackupRequest.Builder. build()
Build the instance of GetNodeBackupRequest as configured by this builderGetNodeBackupRequest
GetNodeBackupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetNodeBackupRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type GetNodeBackupRequest Modifier and Type Method Description GetNodeBackupRequest.Builder
GetNodeBackupRequest.Builder. copy(GetNodeBackupRequest o)
Copy method to populate the builder with values from the given instance.
-