| 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<ListKxUsersResult> |
AWSfinspaceAsyncClient.listKxUsersAsync(ListKxUsersRequest request,
AsyncHandler<ListKxUsersRequest,ListKxUsersResult> asyncHandler) |
Future<ListKxUsersResult> |
AWSfinspaceAsync.listKxUsersAsync(ListKxUsersRequest listKxUsersRequest,
AsyncHandler<ListKxUsersRequest,ListKxUsersResult> asyncHandler)
Lists all the users in a kdb environment.
|
Future<ListKxUsersResult> |
AbstractAWSfinspaceAsync.listKxUsersAsync(ListKxUsersRequest request,
AsyncHandler<ListKxUsersRequest,ListKxUsersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListKxUsersRequest |
ListKxUsersRequest.clone() |
ListKxUsersRequest |
ListKxUsersRequest.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
ListKxUsersRequest |
ListKxUsersRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListKxUsersRequest |
ListKxUsersRequest.withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
Copyright © 2023. All rights reserved.