| 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<UpdateKxVolumeResult> |
AWSfinspaceAsyncClient.updateKxVolumeAsync(UpdateKxVolumeRequest request,
AsyncHandler<UpdateKxVolumeRequest,UpdateKxVolumeResult> asyncHandler) |
Future<UpdateKxVolumeResult> |
AbstractAWSfinspaceAsync.updateKxVolumeAsync(UpdateKxVolumeRequest request,
AsyncHandler<UpdateKxVolumeRequest,UpdateKxVolumeResult> asyncHandler) |
Future<UpdateKxVolumeResult> |
AWSfinspaceAsync.updateKxVolumeAsync(UpdateKxVolumeRequest updateKxVolumeRequest,
AsyncHandler<UpdateKxVolumeRequest,UpdateKxVolumeResult> asyncHandler)
Updates the throughput or capacity of a volume.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKxVolumeRequest |
UpdateKxVolumeRequest.clone() |
UpdateKxVolumeRequest |
UpdateKxVolumeRequest.withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxVolumeRequest |
UpdateKxVolumeRequest.withDescription(String description)
A description of the volume.
|
UpdateKxVolumeRequest |
UpdateKxVolumeRequest.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment where you created the storage volume.
|
UpdateKxVolumeRequest |
UpdateKxVolumeRequest.withNas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
|
UpdateKxVolumeRequest |
UpdateKxVolumeRequest.withVolumeName(String volumeName)
A unique identifier for the volume.
|
Copyright © 2025. All rights reserved.