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