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