Uses of Class
software.amazon.awssdk.services.devopsguru.model.UpdateServiceIntegrationResponse
-
Packages that use UpdateServiceIntegrationResponse 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 UpdateServiceIntegrationResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return UpdateServiceIntegrationResponse Modifier and Type Method Description default UpdateServiceIntegrationResponseDevOpsGuruClient. updateServiceIntegration(Consumer<UpdateServiceIntegrationRequest.Builder> updateServiceIntegrationRequest)Enables or disables integration with a service that can be integrated with DevOps Guru.default UpdateServiceIntegrationResponseDevOpsGuruClient. updateServiceIntegration(UpdateServiceIntegrationRequest updateServiceIntegrationRequest)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 UpdateServiceIntegrationResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceIntegrationResponse>DevOpsGuruAsyncClient. updateServiceIntegration(Consumer<UpdateServiceIntegrationRequest.Builder> updateServiceIntegrationRequest)Enables or disables integration with a service that can be integrated with DevOps Guru.default CompletableFuture<UpdateServiceIntegrationResponse>DevOpsGuruAsyncClient. updateServiceIntegration(UpdateServiceIntegrationRequest updateServiceIntegrationRequest)Enables or disables integration with a service that can be integrated with DevOps Guru.
-