Uses of Class
com.oracle.bmc.psql.requests.GetDbSystemRequest
-
Packages that use GetDbSystemRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of GetDbSystemRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return types with arguments of type GetDbSystemRequest Modifier and Type Method Description Waiter<GetDbSystemRequest,GetDbSystemResponse>
PostgresqlWaiters. forDbSystem(GetDbSystemRequest request, DbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbSystemRequest,GetDbSystemResponse>
PostgresqlWaiters. forDbSystem(GetDbSystemRequest request, DbSystem.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbSystemRequest,GetDbSystemResponse>
PostgresqlWaiters. forDbSystem(GetDbSystemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.psql with type arguments of type GetDbSystemRequest Modifier and Type Method Description Future<GetDbSystemResponse>
PostgresqlAsync. getDbSystem(GetDbSystemRequest request, AsyncHandler<GetDbSystemRequest,GetDbSystemResponse> handler)
Gets a database system by identifier.Future<GetDbSystemResponse>
PostgresqlAsyncClient. getDbSystem(GetDbSystemRequest request, AsyncHandler<GetDbSystemRequest,GetDbSystemResponse> handler)
-
Uses of GetDbSystemRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return GetDbSystemRequest Modifier and Type Method Description GetDbSystemRequest
GetDbSystemRequest.Builder. build()
Build the instance of GetDbSystemRequest as configured by this builderGetDbSystemRequest
GetDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDbSystemRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type GetDbSystemRequest Modifier and Type Method Description GetDbSystemRequest.Builder
GetDbSystemRequest.Builder. copy(GetDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-