Uses of Class
software.amazon.awssdk.services.devopsguru.model.UpdateServiceIntegrationConfig
-
Packages that use UpdateServiceIntegrationConfig Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of UpdateServiceIntegrationConfig in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return UpdateServiceIntegrationConfig Modifier and Type Method Description UpdateServiceIntegrationConfigUpdateServiceIntegrationRequest. serviceIntegration()AnIntegratedServiceConfigobject used to specify the integrated service you want to update, and whether you want to update it to enabled or disabled.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type UpdateServiceIntegrationConfig Modifier and Type Method Description UpdateServiceIntegrationRequest.BuilderUpdateServiceIntegrationRequest.Builder. serviceIntegration(UpdateServiceIntegrationConfig serviceIntegration)AnIntegratedServiceConfigobject used to specify the integrated service you want to update, and whether you want to update it to enabled or disabled.
-