Uses of Class
com.oracle.bmc.cloudguard.requests.UpdateConfigurationRequest
- 
Packages that use UpdateConfigurationRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests 
- 
- 
Uses of UpdateConfigurationRequest in com.oracle.bmc.cloudguardMethods in com.oracle.bmc.cloudguard with parameters of type UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationResponseCloudGuard. updateConfiguration(UpdateConfigurationRequest request)Updates configuration details for a Cloud Guard tenancy, identified by root compartment OCID.Future<UpdateConfigurationResponse>CloudGuardAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)Updates configuration details for a Cloud Guard tenancy, identified by root compartment OCID.Future<UpdateConfigurationResponse>CloudGuardAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)UpdateConfigurationResponseCloudGuardClient. updateConfiguration(UpdateConfigurationRequest request)Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateConfigurationRequest Modifier and Type Method Description Future<UpdateConfigurationResponse>CloudGuardAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)Updates configuration details for a Cloud Guard tenancy, identified by root compartment OCID.Future<UpdateConfigurationResponse>CloudGuardAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
- 
Uses of UpdateConfigurationRequest in com.oracle.bmc.cloudguard.requestsMethods in com.oracle.bmc.cloudguard.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.cloudguard.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.
 
-