| 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 |
| Modifier and Type | Method and Description |
|---|---|
default UpdateServiceIntegrationResponse |
DevOpsGuruClient.updateServiceIntegration(Consumer<UpdateServiceIntegrationRequest.Builder> updateServiceIntegrationRequest)
Enables or disables integration with a service that can be integrated with DevOps Guru.
|
default CompletableFuture<UpdateServiceIntegrationResponse> |
DevOpsGuruAsyncClient.updateServiceIntegration(Consumer<UpdateServiceIntegrationRequest.Builder> updateServiceIntegrationRequest)
Enables or disables integration with a service that can be integrated with DevOps Guru.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceIntegrationRequest.Builder |
UpdateServiceIntegrationRequest.builder() |
UpdateServiceIntegrationRequest.Builder |
UpdateServiceIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServiceIntegrationRequest.Builder |
UpdateServiceIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateServiceIntegrationRequest.Builder |
UpdateServiceIntegrationRequest.Builder.serviceIntegration(Consumer<UpdateServiceIntegrationConfig.Builder> serviceIntegration)
An
IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled. |
UpdateServiceIntegrationRequest.Builder |
UpdateServiceIntegrationRequest.Builder.serviceIntegration(UpdateServiceIntegrationConfig serviceIntegration)
An
IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled. |
UpdateServiceIntegrationRequest.Builder |
UpdateServiceIntegrationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateServiceIntegrationRequest.Builder> |
UpdateServiceIntegrationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.