Uses of Class
com.oracle.bmc.database.requests.GetDbNodeRequest
-
Packages that use GetDbNodeRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetDbNodeRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type GetDbNodeRequest Modifier and Type Method Description Waiter<GetDbNodeRequest,GetDbNodeResponse>
DatabaseWaiters. forDbNode(GetDbNodeRequest request, DbNode.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbNodeRequest,GetDbNodeResponse>
DatabaseWaiters. forDbNode(GetDbNodeRequest request, DbNode.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbNodeRequest,GetDbNodeResponse>
DatabaseWaiters. forDbNode(GetDbNodeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbNode.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.database with parameters of type GetDbNodeRequest Modifier and Type Method Description Waiter<GetDbNodeRequest,GetDbNodeResponse>
DatabaseWaiters. forDbNode(GetDbNodeRequest request, DbNode.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbNodeRequest,GetDbNodeResponse>
DatabaseWaiters. forDbNode(GetDbNodeRequest request, DbNode.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbNodeRequest,GetDbNodeResponse>
DatabaseWaiters. forDbNode(GetDbNodeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbNode.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetDbNodeResponse
Database. getDbNode(GetDbNodeRequest request)
Gets information about the specified database node.Future<GetDbNodeResponse>
DatabaseAsync. getDbNode(GetDbNodeRequest request, AsyncHandler<GetDbNodeRequest,GetDbNodeResponse> handler)
Gets information about the specified database node.Future<GetDbNodeResponse>
DatabaseAsyncClient. getDbNode(GetDbNodeRequest request, AsyncHandler<GetDbNodeRequest,GetDbNodeResponse> handler)
GetDbNodeResponse
DatabaseClient. getDbNode(GetDbNodeRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetDbNodeRequest Modifier and Type Method Description Future<GetDbNodeResponse>
DatabaseAsync. getDbNode(GetDbNodeRequest request, AsyncHandler<GetDbNodeRequest,GetDbNodeResponse> handler)
Gets information about the specified database node.Future<GetDbNodeResponse>
DatabaseAsyncClient. getDbNode(GetDbNodeRequest request, AsyncHandler<GetDbNodeRequest,GetDbNodeResponse> handler)
-
Uses of GetDbNodeRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetDbNodeRequest Modifier and Type Method Description GetDbNodeRequest
GetDbNodeRequest.Builder. build()
Build the instance of GetDbNodeRequest as configured by this builderGetDbNodeRequest
GetDbNodeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDbNodeRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetDbNodeRequest Modifier and Type Method Description GetDbNodeRequest.Builder
GetDbNodeRequest.Builder. copy(GetDbNodeRequest o)
Copy method to populate the builder with values from the given instance.
-