| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ConfluentResourceResponse |
ConfluentCloudApi.createConfluentResource(String accountId,
ConfluentResourceRequest body)
Add resource to Confluent account.
|
ConfluentResourceResponse |
ConfluentCloudApi.getConfluentResource(String accountId,
String resourceId)
Get resource from Confluent account.
|
ConfluentResourceResponse |
ConfluentCloudApi.updateConfluentResource(String accountId,
String resourceId,
ConfluentResourceRequest body)
Update resource in Confluent account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ConfluentResourceResponse> |
ConfluentCloudApi.createConfluentResourceAsync(String accountId,
ConfluentResourceRequest body)
Add resource to Confluent account.
|
ApiResponse<ConfluentResourceResponse> |
ConfluentCloudApi.createConfluentResourceWithHttpInfo(String accountId,
ConfluentResourceRequest body)
Create a Confluent resource for the account associated with the provided ID.
|
CompletableFuture<ApiResponse<ConfluentResourceResponse>> |
ConfluentCloudApi.createConfluentResourceWithHttpInfoAsync(String accountId,
ConfluentResourceRequest body)
Add resource to Confluent account.
|
CompletableFuture<ConfluentResourceResponse> |
ConfluentCloudApi.getConfluentResourceAsync(String accountId,
String resourceId)
Get resource from Confluent account.
|
ApiResponse<ConfluentResourceResponse> |
ConfluentCloudApi.getConfluentResourceWithHttpInfo(String accountId,
String resourceId)
Get a Confluent resource with the provided resource id for the account associated with the
provided account ID.
|
CompletableFuture<ApiResponse<ConfluentResourceResponse>> |
ConfluentCloudApi.getConfluentResourceWithHttpInfoAsync(String accountId,
String resourceId)
Get resource from Confluent account.
|
CompletableFuture<ConfluentResourceResponse> |
ConfluentCloudApi.updateConfluentResourceAsync(String accountId,
String resourceId,
ConfluentResourceRequest body)
Update resource in Confluent account.
|
ApiResponse<ConfluentResourceResponse> |
ConfluentCloudApi.updateConfluentResourceWithHttpInfo(String accountId,
String resourceId,
ConfluentResourceRequest body)
Update a Confluent resource with the provided resource id for the account associated with the
provided account ID.
|
CompletableFuture<ApiResponse<ConfluentResourceResponse>> |
ConfluentCloudApi.updateConfluentResourceWithHttpInfoAsync(String accountId,
String resourceId,
ConfluentResourceRequest body)
Update resource in Confluent account.
|
| Modifier and Type | Method and Description |
|---|---|
ConfluentResourceResponse |
ConfluentResourceResponse.data(ConfluentResourceResponseData data) |
ConfluentResourceResponse |
ConfluentResourceResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.