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.nosql
Methods in com.oracle.bmc.nosql that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
Nosql. getConfiguration(GetConfigurationRequest request)
Retrieves the current service-level configuration.GetConfigurationResponse
NosqlClient. 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.responses
Methods in com.oracle.bmc.nosql.responses that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
GetConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse.Builder
GetConfigurationResponse.Builder. copy(GetConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-