Uses of Class
com.oracle.bmc.nosql.requests.GetConfigurationRequest
-
Packages that use GetConfigurationRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of GetConfigurationRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type GetConfigurationRequest Modifier and Type Method Description GetConfigurationResponse
Nosql. getConfiguration(GetConfigurationRequest request)
Retrieves the current service-level configuration.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)
GetConfigurationResponse
NosqlClient. getConfiguration(GetConfigurationRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type GetConfigurationRequest 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 GetConfigurationRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.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.nosql.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.
-