| 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<ListKxVolumesResult> |
AbstractAWSfinspaceAsync.listKxVolumesAsync(ListKxVolumesRequest request,
AsyncHandler<ListKxVolumesRequest,ListKxVolumesResult> asyncHandler) |
Future<ListKxVolumesResult> |
AWSfinspaceAsyncClient.listKxVolumesAsync(ListKxVolumesRequest request,
AsyncHandler<ListKxVolumesRequest,ListKxVolumesResult> asyncHandler) |
Future<ListKxVolumesResult> |
AWSfinspaceAsync.listKxVolumesAsync(ListKxVolumesRequest listKxVolumesRequest,
AsyncHandler<ListKxVolumesRequest,ListKxVolumesResult> asyncHandler)
Lists all the volumes in a kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListKxVolumesRequest |
ListKxVolumesRequest.clone() |
ListKxVolumesRequest |
ListKxVolumesRequest.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, whose clusters can attach to the volume.
|
ListKxVolumesRequest |
ListKxVolumesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListKxVolumesRequest |
ListKxVolumesRequest.withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
ListKxVolumesRequest |
ListKxVolumesRequest.withVolumeType(KxVolumeType volumeType)
The type of file system volume.
|
ListKxVolumesRequest |
ListKxVolumesRequest.withVolumeType(String volumeType)
The type of file system volume.
|
Copyright © 2024. All rights reserved.