Uses of Class
com.oracle.bmc.licensemanager.requests.UpdateConfigurationRequest
- 
Packages that use UpdateConfigurationRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests 
- 
- 
Uses of UpdateConfigurationRequest in com.oracle.bmc.licensemanagerMethods in com.oracle.bmc.licensemanager with parameters of type UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationResponseLicenseManager. updateConfiguration(UpdateConfigurationRequest request)Updates the configuration for the compartment.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)UpdateConfigurationResponseLicenseManagerClient. updateConfiguration(UpdateConfigurationRequest request)Method parameters in com.oracle.bmc.licensemanager with type arguments of type UpdateConfigurationRequest 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 UpdateConfigurationRequest in com.oracle.bmc.licensemanager.requestsMethods in com.oracle.bmc.licensemanager.requests that return UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationRequestUpdateConfigurationRequest.Builder. build()Build the instance of UpdateConfigurationRequest as configured by this builderUpdateConfigurationRequestUpdateConfigurationRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateConfigurationRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationRequest.BuilderUpdateConfigurationRequest.Builder. copy(UpdateConfigurationRequest o)Copy method to populate the builder with values from the given instance.
 
-