Uses of Class
com.oracle.bmc.nosql.responses.GetConfigurationResponse
- 
Packages that use GetConfigurationResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses 
- 
- 
Uses of GetConfigurationResponse in com.oracle.bmc.nosqlMethods in com.oracle.bmc.nosql that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponseNosql. getConfiguration(GetConfigurationRequest request)Retrieves the current service-level configuration.GetConfigurationResponseNosqlClient. getConfiguration(GetConfigurationRequest request)Methods in com.oracle.bmc.nosql that return types with arguments of type GetConfigurationResponse Modifier and Type Method Description Future<GetConfigurationResponse>NosqlAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)Retrieves the current service-level configuration.Future<GetConfigurationResponse>NosqlAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)Method parameters in com.oracle.bmc.nosql with type arguments of type GetConfigurationResponse Modifier and Type Method Description Future<GetConfigurationResponse>NosqlAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)Retrieves the current service-level configuration.Future<GetConfigurationResponse>NosqlAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
- 
Uses of GetConfigurationResponse in com.oracle.bmc.nosql.responsesMethods in com.oracle.bmc.nosql.responses that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponseGetConfigurationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse.BuilderGetConfigurationResponse.Builder. copy(GetConfigurationResponse o)Copy method to populate the builder with values from the given instance.
 
-