| Package | Description |
|---|---|
| com.amazonaws.services.finspace |
The FinSpace management service provides the APIs for managing FinSpace environments.
|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListKxDatabasesResult> |
AbstractAWSfinspaceAsync.listKxDatabasesAsync(ListKxDatabasesRequest request,
AsyncHandler<ListKxDatabasesRequest,ListKxDatabasesResult> asyncHandler) |
Future<ListKxDatabasesResult> |
AWSfinspaceAsync.listKxDatabasesAsync(ListKxDatabasesRequest listKxDatabasesRequest,
AsyncHandler<ListKxDatabasesRequest,ListKxDatabasesResult> asyncHandler)
Returns a list of all the databases in the kdb environment.
|
Future<ListKxDatabasesResult> |
AWSfinspaceAsyncClient.listKxDatabasesAsync(ListKxDatabasesRequest request,
AsyncHandler<ListKxDatabasesRequest,ListKxDatabasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListKxDatabasesRequest |
ListKxDatabasesRequest.clone() |
ListKxDatabasesRequest |
ListKxDatabasesRequest.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
ListKxDatabasesRequest |
ListKxDatabasesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListKxDatabasesRequest |
ListKxDatabasesRequest.withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
Copyright © 2024. All rights reserved.