| 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<GetKxConnectionStringResult> |
AWSfinspaceAsyncClient.getKxConnectionStringAsync(GetKxConnectionStringRequest request,
AsyncHandler<GetKxConnectionStringRequest,GetKxConnectionStringResult> asyncHandler) |
Future<GetKxConnectionStringResult> |
AbstractAWSfinspaceAsync.getKxConnectionStringAsync(GetKxConnectionStringRequest request,
AsyncHandler<GetKxConnectionStringRequest,GetKxConnectionStringResult> asyncHandler) |
Future<GetKxConnectionStringResult> |
AWSfinspaceAsync.getKxConnectionStringAsync(GetKxConnectionStringRequest getKxConnectionStringRequest,
AsyncHandler<GetKxConnectionStringRequest,GetKxConnectionStringResult> asyncHandler)
Retrieves a connection string for a user to connect to a kdb cluster.
|
| Modifier and Type | Method and Description |
|---|---|
GetKxConnectionStringRequest |
GetKxConnectionStringRequest.clone() |
GetKxConnectionStringRequest |
GetKxConnectionStringRequest.withClusterName(String clusterName)
A name of the kdb cluster.
|
GetKxConnectionStringRequest |
GetKxConnectionStringRequest.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxConnectionStringRequest |
GetKxConnectionStringRequest.withUserArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user.
|
Copyright © 2023. All rights reserved.