| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OpsgenieServiceResponse |
OpsgenieIntegrationApi.updateOpsgenieService(String integrationServiceId,
OpsgenieServiceUpdateRequest body)
Update a single service object.
|
CompletableFuture<OpsgenieServiceResponse> |
OpsgenieIntegrationApi.updateOpsgenieServiceAsync(String integrationServiceId,
OpsgenieServiceUpdateRequest body)
Update a single service object.
|
ApiResponse<OpsgenieServiceResponse> |
OpsgenieIntegrationApi.updateOpsgenieServiceWithHttpInfo(String integrationServiceId,
OpsgenieServiceUpdateRequest body)
Update a single service object in the Datadog Opsgenie integration.
|
CompletableFuture<ApiResponse<OpsgenieServiceResponse>> |
OpsgenieIntegrationApi.updateOpsgenieServiceWithHttpInfoAsync(String integrationServiceId,
OpsgenieServiceUpdateRequest body)
Update a single service object.
|
| Modifier and Type | Method and Description |
|---|---|
OpsgenieServiceUpdateRequest |
OpsgenieServiceUpdateRequest.data(OpsgenieServiceUpdateData data) |
OpsgenieServiceUpdateRequest |
OpsgenieServiceUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.