ConfluentResourceResponse |
ConfluentCloudApi.createConfluentResource(String accountId,
ConfluentResourceRequest body)
Add resource to Confluent account.
|
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.
|
ConfluentResourceResponse |
ConfluentCloudApi.updateConfluentResource(String accountId,
String resourceId,
ConfluentResourceRequest body)
Update resource in 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.
|