Uses of Interface
software.amazon.awssdk.services.devopsguru.model.UpdateServiceIntegrationRequest.Builder
-
Packages that use UpdateServiceIntegrationRequest.Builder 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.model -
-
Uses of UpdateServiceIntegrationRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type UpdateServiceIntegrationRequest.Builder 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 UpdateServiceIntegrationResponseDevOpsGuruClient. updateServiceIntegration(Consumer<UpdateServiceIntegrationRequest.Builder> updateServiceIntegrationRequest)Enables or disables integration with a service that can be integrated with DevOps Guru. -
Uses of UpdateServiceIntegrationRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return UpdateServiceIntegrationRequest.Builder Modifier and Type Method Description static UpdateServiceIntegrationRequest.BuilderUpdateServiceIntegrationRequest. builder()UpdateServiceIntegrationRequest.BuilderUpdateServiceIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateServiceIntegrationRequest.BuilderUpdateServiceIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateServiceIntegrationRequest.BuilderUpdateServiceIntegrationRequest.Builder. serviceIntegration(Consumer<UpdateServiceIntegrationConfig.Builder> serviceIntegration)AnIntegratedServiceConfigobject used to specify the integrated service you want to update, and whether you want to update it to enabled or disabled.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.UpdateServiceIntegrationRequest.BuilderUpdateServiceIntegrationRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type UpdateServiceIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateServiceIntegrationRequest.Builder>UpdateServiceIntegrationRequest. serializableBuilderClass()
-