| 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<CreateKxEnvironmentResult> |
AbstractAWSfinspaceAsync.createKxEnvironmentAsync(CreateKxEnvironmentRequest request,
AsyncHandler<CreateKxEnvironmentRequest,CreateKxEnvironmentResult> asyncHandler) |
Future<CreateKxEnvironmentResult> |
AWSfinspaceAsyncClient.createKxEnvironmentAsync(CreateKxEnvironmentRequest request,
AsyncHandler<CreateKxEnvironmentRequest,CreateKxEnvironmentResult> asyncHandler) |
Future<CreateKxEnvironmentResult> |
AWSfinspaceAsync.createKxEnvironmentAsync(CreateKxEnvironmentRequest createKxEnvironmentRequest,
AsyncHandler<CreateKxEnvironmentRequest,CreateKxEnvironmentResult> asyncHandler)
Creates a managed kdb environment for the account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKxEnvironmentRequest |
CreateKxEnvironmentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateKxEnvironmentRequest |
CreateKxEnvironmentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateKxEnvironmentRequest |
CreateKxEnvironmentRequest.clone() |
CreateKxEnvironmentRequest |
CreateKxEnvironmentRequest.withClientToken(String clientToken)
A token that ensures idempotency.
|
CreateKxEnvironmentRequest |
CreateKxEnvironmentRequest.withDescription(String description)
A description for the kdb environment.
|
CreateKxEnvironmentRequest |
CreateKxEnvironmentRequest.withKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
CreateKxEnvironmentRequest |
CreateKxEnvironmentRequest.withName(String name)
The name of the kdb environment that you want to create.
|
CreateKxEnvironmentRequest |
CreateKxEnvironmentRequest.withTags(Map<String,String> tags)
A list of key-value pairs to label the kdb environment.
|
Copyright © 2024. All rights reserved.