Uses of Class
com.oracle.bmc.database.responses.GetDbNodeResponse
-
Packages that use GetDbNodeResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetDbNodeResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetDbNodeResponse Modifier and Type Method Description GetDbNodeResponse
Database. getDbNode(GetDbNodeRequest request)
Gets information about the specified database node.GetDbNodeResponse
DatabaseClient. getDbNode(GetDbNodeRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type GetDbNodeResponse 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.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)
Method parameters in com.oracle.bmc.database with type arguments of type GetDbNodeResponse 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 GetDbNodeResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetDbNodeResponse Modifier and Type Method Description GetDbNodeResponse
GetDbNodeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetDbNodeResponse Modifier and Type Method Description GetDbNodeResponse.Builder
GetDbNodeResponse.Builder. copy(GetDbNodeResponse o)
Copy method to populate the builder with values from the given instance.
-