| 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<UpdateKxEnvironmentResult> |
AWSfinspaceAsyncClient.updateKxEnvironmentAsync(UpdateKxEnvironmentRequest request,
AsyncHandler<UpdateKxEnvironmentRequest,UpdateKxEnvironmentResult> asyncHandler) |
Future<UpdateKxEnvironmentResult> |
AbstractAWSfinspaceAsync.updateKxEnvironmentAsync(UpdateKxEnvironmentRequest request,
AsyncHandler<UpdateKxEnvironmentRequest,UpdateKxEnvironmentResult> asyncHandler) |
Future<UpdateKxEnvironmentResult> |
AWSfinspaceAsync.updateKxEnvironmentAsync(UpdateKxEnvironmentRequest updateKxEnvironmentRequest,
AsyncHandler<UpdateKxEnvironmentRequest,UpdateKxEnvironmentResult> asyncHandler)
Updates information for the given kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKxEnvironmentRequest |
UpdateKxEnvironmentRequest.clone() |
UpdateKxEnvironmentRequest |
UpdateKxEnvironmentRequest.withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxEnvironmentRequest |
UpdateKxEnvironmentRequest.withDescription(String description)
A description of the kdb environment.
|
UpdateKxEnvironmentRequest |
UpdateKxEnvironmentRequest.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
UpdateKxEnvironmentRequest |
UpdateKxEnvironmentRequest.withName(String name)
The name of the kdb environment.
|
Copyright © 2023. All rights reserved.