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.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationResponse
CloudGuard. 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)
UpdateConfigurationResponse
CloudGuardClient. 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.requests
Methods in com.oracle.bmc.cloudguard.requests that return UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationRequest
UpdateConfigurationRequest.Builder. build()
Build the instance of UpdateConfigurationRequest as configured by this builderUpdateConfigurationRequest
UpdateConfigurationRequest.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.Builder
UpdateConfigurationRequest.Builder. copy(UpdateConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-