Uses of Class
software.amazon.awssdk.services.devopsguru.model.UpdateServiceIntegrationRequest
-
Packages that use UpdateServiceIntegrationRequest 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.software.amazon.awssdk.services.devopsguru.transform -
-
Uses of UpdateServiceIntegrationRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type UpdateServiceIntegrationRequest Modifier and Type Method Description default CompletableFuture<UpdateServiceIntegrationResponse>DevOpsGuruAsyncClient. updateServiceIntegration(UpdateServiceIntegrationRequest 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. -
Uses of UpdateServiceIntegrationRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type UpdateServiceIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateServiceIntegrationRequestMarshaller. marshall(UpdateServiceIntegrationRequest updateServiceIntegrationRequest)
-