| 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 |
|---|---|
GetKxVolumeResult |
AbstractAWSfinspace.getKxVolume(GetKxVolumeRequest request) |
GetKxVolumeResult |
AWSfinspaceClient.getKxVolume(GetKxVolumeRequest request)
Retrieves the information about the volume.
|
GetKxVolumeResult |
AWSfinspace.getKxVolume(GetKxVolumeRequest getKxVolumeRequest)
Retrieves the information about the volume.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKxVolumeResult> |
AbstractAWSfinspaceAsync.getKxVolumeAsync(GetKxVolumeRequest request,
AsyncHandler<GetKxVolumeRequest,GetKxVolumeResult> asyncHandler) |
Future<GetKxVolumeResult> |
AWSfinspaceAsyncClient.getKxVolumeAsync(GetKxVolumeRequest request,
AsyncHandler<GetKxVolumeRequest,GetKxVolumeResult> asyncHandler) |
Future<GetKxVolumeResult> |
AWSfinspaceAsync.getKxVolumeAsync(GetKxVolumeRequest getKxVolumeRequest,
AsyncHandler<GetKxVolumeRequest,GetKxVolumeResult> asyncHandler)
Retrieves the information about the volume.
|
| Modifier and Type | Method and Description |
|---|---|
GetKxVolumeResult |
GetKxVolumeResult.clone() |
GetKxVolumeResult |
GetKxVolumeResult.withAttachedClusters(Collection<KxAttachedCluster> attachedClusters)
A list of cluster identifiers that a volume is attached to.
|
GetKxVolumeResult |
GetKxVolumeResult.withAttachedClusters(KxAttachedCluster... attachedClusters)
A list of cluster identifiers that a volume is attached to.
|
GetKxVolumeResult |
GetKxVolumeResult.withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones.
|
GetKxVolumeResult |
GetKxVolumeResult.withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones.
|
GetKxVolumeResult |
GetKxVolumeResult.withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume.
|
GetKxVolumeResult |
GetKxVolumeResult.withAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
GetKxVolumeResult |
GetKxVolumeResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the volume was created in FinSpace.
|
GetKxVolumeResult |
GetKxVolumeResult.withDescription(String description)
A description of the volume.
|
GetKxVolumeResult |
GetKxVolumeResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, whose clusters can attach to the volume.
|
GetKxVolumeResult |
GetKxVolumeResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the volume was updated in FinSpace.
|
GetKxVolumeResult |
GetKxVolumeResult.withNas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
|
GetKxVolumeResult |
GetKxVolumeResult.withStatus(KxVolumeStatus status)
The status of volume creation.
|
GetKxVolumeResult |
GetKxVolumeResult.withStatus(String status)
The status of volume creation.
|
GetKxVolumeResult |
GetKxVolumeResult.withStatusReason(String statusReason)
The error message when a failed state occurs.
|
GetKxVolumeResult |
GetKxVolumeResult.withVolumeArn(String volumeArn)
The ARN identifier of the volume.
|
GetKxVolumeResult |
GetKxVolumeResult.withVolumeName(String volumeName)
A unique identifier for the volume.
|
GetKxVolumeResult |
GetKxVolumeResult.withVolumeType(KxVolumeType volumeType)
The type of file system volume.
|
GetKxVolumeResult |
GetKxVolumeResult.withVolumeType(String volumeType)
The type of file system volume.
|
Copyright © 2024. All rights reserved.