Uses of Class
com.oracle.bmc.licensemanager.responses.UpdateConfigurationResponse
-
Packages that use UpdateConfigurationResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of UpdateConfigurationResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse
LicenseManager. updateConfiguration(UpdateConfigurationRequest request)
Updates the configuration for the compartment.UpdateConfigurationResponse
LicenseManagerClient. updateConfiguration(UpdateConfigurationRequest request)
Methods in com.oracle.bmc.licensemanager that return types with arguments of type UpdateConfigurationResponse Modifier and Type Method Description Future<UpdateConfigurationResponse>
LicenseManagerAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Updates the configuration for the compartment.Future<UpdateConfigurationResponse>
LicenseManagerAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Method parameters in com.oracle.bmc.licensemanager with type arguments of type UpdateConfigurationResponse Modifier and Type Method Description Future<UpdateConfigurationResponse>
LicenseManagerAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Updates the configuration for the compartment.Future<UpdateConfigurationResponse>
LicenseManagerAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
-
Uses of UpdateConfigurationResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse
UpdateConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse.Builder
UpdateConfigurationResponse.Builder. copy(UpdateConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-