| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.clone() |
Volume |
Volume.withVolumeName(String volumeName)
A unique identifier for the volume.
|
Volume |
Volume.withVolumeType(String volumeType)
The type of file system volume.
|
Volume |
Volume.withVolumeType(VolumeType volumeType)
The type of file system volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<Volume> |
GetKxClusterResult.getVolumes()
A list of volumes attached to the cluster.
|
List<Volume> |
CreateKxClusterResult.getVolumes()
A list of volumes mounted on the cluster.
|
List<Volume> |
KxCluster.getVolumes()
A list of volumes attached to the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
GetKxClusterResult |
GetKxClusterResult.withVolumes(Volume... volumes)
A list of volumes attached to the cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withVolumes(Volume... volumes)
A list of volumes mounted on the cluster.
|
KxCluster |
KxCluster.withVolumes(Volume... volumes)
A list of volumes attached to the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetKxClusterResult.setVolumes(Collection<Volume> volumes)
A list of volumes attached to the cluster.
|
void |
CreateKxClusterResult.setVolumes(Collection<Volume> volumes)
A list of volumes mounted on the cluster.
|
void |
KxCluster.setVolumes(Collection<Volume> volumes)
A list of volumes attached to the cluster.
|
GetKxClusterResult |
GetKxClusterResult.withVolumes(Collection<Volume> volumes)
A list of volumes attached to the cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withVolumes(Collection<Volume> volumes)
A list of volumes mounted on the cluster.
|
KxCluster |
KxCluster.withVolumes(Collection<Volume> volumes)
A list of volumes attached to the cluster.
|
Copyright © 2025. All rights reserved.