Uses of Class
com.oracle.bmc.zpr.responses.GetConfigurationResponse
-
Packages that use GetConfigurationResponse Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.responses -
-
Uses of GetConfigurationResponse in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
Zpr. getConfiguration(GetConfigurationRequest request)
Retrieves the ZPR configuration details for the root compartment (the root compartment is the tenancy).GetConfigurationResponse
ZprClient. getConfiguration(GetConfigurationRequest request)
Method parameters in com.oracle.bmc.zpr with type arguments of type GetConfigurationResponse Modifier and Type Method Description 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)
-
Uses of GetConfigurationResponse in com.oracle.bmc.zpr.responses
Methods in com.oracle.bmc.zpr.responses that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
GetConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.zpr.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.
-