| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ConfluentAccountResponse |
ConfluentCloudApi.updateConfluentAccount(String accountId,
ConfluentAccountUpdateRequest body)
Update Confluent account.
|
CompletableFuture<ConfluentAccountResponse> |
ConfluentCloudApi.updateConfluentAccountAsync(String accountId,
ConfluentAccountUpdateRequest body)
Update Confluent account.
|
ApiResponse<ConfluentAccountResponse> |
ConfluentCloudApi.updateConfluentAccountWithHttpInfo(String accountId,
ConfluentAccountUpdateRequest body)
Update the Confluent account with the provided account ID.
|
CompletableFuture<ApiResponse<ConfluentAccountResponse>> |
ConfluentCloudApi.updateConfluentAccountWithHttpInfoAsync(String accountId,
ConfluentAccountUpdateRequest body)
Update Confluent account.
|
| Modifier and Type | Method and Description |
|---|---|
ConfluentAccountUpdateRequest |
ConfluentAccountUpdateRequest.data(ConfluentAccountUpdateRequestData data) |
ConfluentAccountUpdateRequest |
ConfluentAccountUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.