CompletableFuture<ConfluentAccountResponse> |
ConfluentCloudApi.createConfluentAccountAsync(ConfluentAccountCreateRequest body)
Add Confluent account.
|
ApiResponse<ConfluentAccountResponse> |
ConfluentCloudApi.createConfluentAccountWithHttpInfo(ConfluentAccountCreateRequest body)
Create a Confluent account.
|
CompletableFuture<ApiResponse<ConfluentAccountResponse>> |
ConfluentCloudApi.createConfluentAccountWithHttpInfoAsync(ConfluentAccountCreateRequest body)
Add Confluent account.
|
CompletableFuture<ConfluentAccountResponse> |
ConfluentCloudApi.getConfluentAccountAsync(String accountId)
Get Confluent account.
|
ApiResponse<ConfluentAccountResponse> |
ConfluentCloudApi.getConfluentAccountWithHttpInfo(String accountId)
Get the Confluent account with the provided account ID.
|
CompletableFuture<ApiResponse<ConfluentAccountResponse>> |
ConfluentCloudApi.getConfluentAccountWithHttpInfoAsync(String accountId)
Get 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.
|