Uses of Class
software.amazon.awssdk.services.auditmanager.model.UpdateControlResponse
-
Packages that use UpdateControlResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference. -
-
Uses of UpdateControlResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return UpdateControlResponse Modifier and Type Method Description default UpdateControlResponseAuditManagerClient. updateControl(Consumer<UpdateControlRequest.Builder> updateControlRequest)Updates a custom control in Audit Manager.default UpdateControlResponseAuditManagerClient. updateControl(UpdateControlRequest updateControlRequest)Updates a custom control in Audit Manager.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type UpdateControlResponse Modifier and Type Method Description default CompletableFuture<UpdateControlResponse>AuditManagerAsyncClient. updateControl(Consumer<UpdateControlRequest.Builder> updateControlRequest)Updates a custom control in Audit Manager.default CompletableFuture<UpdateControlResponse>AuditManagerAsyncClient. updateControl(UpdateControlRequest updateControlRequest)Updates a custom control in Audit Manager.
-