| 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 |
|---|---|
UpdateKxVolumeResult |
AbstractAWSfinspace.updateKxVolume(UpdateKxVolumeRequest request) |
UpdateKxVolumeResult |
AWSfinspaceClient.updateKxVolume(UpdateKxVolumeRequest request)
Updates the throughput or capacity of a volume.
|
UpdateKxVolumeResult |
AWSfinspace.updateKxVolume(UpdateKxVolumeRequest updateKxVolumeRequest)
Updates the throughput or capacity of a volume.
|
| 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 |
|---|---|
UpdateKxVolumeResult |
UpdateKxVolumeResult.clone() |
UpdateKxVolumeResult |
UpdateKxVolumeResult.withAttachedClusters(Collection<KxAttachedCluster> attachedClusters)
Specifies the clusters that a volume is attached to.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withAttachedClusters(KxAttachedCluster... attachedClusters)
Specifies the clusters that a volume is attached to.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per cluster.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withAzMode(String azMode)
The number of availability zones you want to assign per cluster.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the volume was created in FinSpace.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withDescription(String description)
The description for the volume.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment where you want to update the volume.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the volume was updated in FinSpace.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withNas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withStatus(KxVolumeStatus status)
The status of the volume.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withStatus(String status)
The status of the volume.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withStatusReason(String statusReason)
The error message when a failed state occurs.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withVolumeArn(String volumeArn)
The ARN identifier of the volume.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withVolumeName(String volumeName)
A unique identifier for the volume that you want to update.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withVolumeType(KxVolumeType volumeType)
The type of file system volume.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withVolumeType(String volumeType)
The type of file system volume.
|
Copyright © 2023. All rights reserved.