| Waiter<GetConfigurationRequest,GetConfigurationResponse> | ZprWaiters. forConfiguration(GetConfigurationRequest request,
                TerminationStrategy terminationStrategy,
                DelayStrategy delayStrategy,
                Configuration.LifecycleState... targetStates) | Creates a new  Waiter using the provided configuration. | 
| Waiter<GetConfigurationRequest,GetConfigurationResponse> | ZprWaiters. forConfiguration(GetConfigurationRequest request,
                Configuration.LifecycleState... targetStates) | Creates a new  Waiter using the default configuration. | 
| Waiter<GetConfigurationRequest,GetConfigurationResponse> | ZprWaiters. forConfiguration(GetConfigurationRequest request,
                Configuration.LifecycleState targetState,
                TerminationStrategy terminationStrategy,
                DelayStrategy delayStrategy) | Creates a new  Waiter using the provided configuration. | 
| GetConfigurationResponse | Zpr. getConfiguration(GetConfigurationRequest request) | Retrieves the ZPR configuration details for the root compartment (the root compartment is the
tenancy). | 
| Future<GetConfigurationResponse> | ZprAsync. getConfiguration(GetConfigurationRequest request,
                AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler) | Retrieves the ZPR configuration details for the root compartment (the root compartment is the
tenancy). | 
| Future<GetConfigurationResponse> | ZprAsyncClient. getConfiguration(GetConfigurationRequest request,
                AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler) |  | 
| GetConfigurationResponse | ZprClient. getConfiguration(GetConfigurationRequest request) |  |