| 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 |
|---|---|
CreateKxEnvironmentResult |
AWSfinspaceClient.createKxEnvironment(CreateKxEnvironmentRequest request)
Creates a managed kdb environment for the account.
|
CreateKxEnvironmentResult |
AWSfinspace.createKxEnvironment(CreateKxEnvironmentRequest createKxEnvironmentRequest)
Creates a managed kdb environment for the account.
|
CreateKxEnvironmentResult |
AbstractAWSfinspace.createKxEnvironment(CreateKxEnvironmentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateKxEnvironmentResult> |
AbstractAWSfinspaceAsync.createKxEnvironmentAsync(CreateKxEnvironmentRequest request,
AsyncHandler<CreateKxEnvironmentRequest,CreateKxEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateKxEnvironmentResult |
CreateKxEnvironmentResult.clone() |
CreateKxEnvironmentResult |
CreateKxEnvironmentResult.withCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
CreateKxEnvironmentResult |
CreateKxEnvironmentResult.withDescription(String description)
A description for the kdb environment.
|
CreateKxEnvironmentResult |
CreateKxEnvironmentResult.withEnvironmentArn(String environmentArn)
The ARN identifier of the environment.
|
CreateKxEnvironmentResult |
CreateKxEnvironmentResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxEnvironmentResult |
CreateKxEnvironmentResult.withKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
CreateKxEnvironmentResult |
CreateKxEnvironmentResult.withName(String name)
The name of the kdb environment.
|
CreateKxEnvironmentResult |
CreateKxEnvironmentResult.withStatus(EnvironmentStatus status)
The status of the kdb environment.
|
CreateKxEnvironmentResult |
CreateKxEnvironmentResult.withStatus(String status)
The status of the kdb environment.
|
Copyright © 2023. All rights reserved.