Uses of Class
software.amazon.awssdk.services.devopsguru.model.UpdateEventSourcesConfigResponse
-
Packages that use UpdateEventSourcesConfigResponse Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. -
-
Uses of UpdateEventSourcesConfigResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return UpdateEventSourcesConfigResponse Modifier and Type Method Description default UpdateEventSourcesConfigResponseDevOpsGuruClient. updateEventSourcesConfig(Consumer<UpdateEventSourcesConfigRequest.Builder> updateEventSourcesConfigRequest)Enables or disables integration with a service that can be integrated with DevOps Guru.default UpdateEventSourcesConfigResponseDevOpsGuruClient. updateEventSourcesConfig(UpdateEventSourcesConfigRequest updateEventSourcesConfigRequest)Enables or disables integration with a service that can be integrated with DevOps Guru.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type UpdateEventSourcesConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateEventSourcesConfigResponse>DevOpsGuruAsyncClient. updateEventSourcesConfig(Consumer<UpdateEventSourcesConfigRequest.Builder> updateEventSourcesConfigRequest)Enables or disables integration with a service that can be integrated with DevOps Guru.default CompletableFuture<UpdateEventSourcesConfigResponse>DevOpsGuruAsyncClient. updateEventSourcesConfig(UpdateEventSourcesConfigRequest updateEventSourcesConfigRequest)Enables or disables integration with a service that can be integrated with DevOps Guru.
-