| 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 |
|---|---|
CreateKxVolumeResult |
AbstractAWSfinspace.createKxVolume(CreateKxVolumeRequest request) |
CreateKxVolumeResult |
AWSfinspace.createKxVolume(CreateKxVolumeRequest createKxVolumeRequest)
Creates a new volume with a specific amount of throughput and storage capacity.
|
CreateKxVolumeResult |
AWSfinspaceClient.createKxVolume(CreateKxVolumeRequest request)
Creates a new volume with a specific amount of throughput and storage capacity.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKxVolumeResult> |
AbstractAWSfinspaceAsync.createKxVolumeAsync(CreateKxVolumeRequest request,
AsyncHandler<CreateKxVolumeRequest,CreateKxVolumeResult> asyncHandler) |
Future<CreateKxVolumeResult> |
AWSfinspaceAsync.createKxVolumeAsync(CreateKxVolumeRequest createKxVolumeRequest,
AsyncHandler<CreateKxVolumeRequest,CreateKxVolumeResult> asyncHandler)
Creates a new volume with a specific amount of throughput and storage capacity.
|
Future<CreateKxVolumeResult> |
AWSfinspaceAsyncClient.createKxVolumeAsync(CreateKxVolumeRequest request,
AsyncHandler<CreateKxVolumeRequest,CreateKxVolumeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateKxVolumeResult |
CreateKxVolumeResult.clone() |
CreateKxVolumeResult |
CreateKxVolumeResult.withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the volume was created in FinSpace.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withDescription(String description)
A description of the volume.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, whose clusters can attach to the volume.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withNas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withStatus(KxVolumeStatus status)
The status of volume creation.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withStatus(String status)
The status of volume creation.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withStatusReason(String statusReason)
The error message when a failed state occurs.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withVolumeArn(String volumeArn)
The ARN identifier of the volume.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withVolumeName(String volumeName)
A unique identifier for the volume.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withVolumeType(KxVolumeType volumeType)
The type of file system volume.
|
CreateKxVolumeResult |
CreateKxVolumeResult.withVolumeType(String volumeType)
The type of file system volume.
|
Copyright © 2024. All rights reserved.