| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxVolume |
KxVolume.clone() |
KxVolume |
KxVolume.withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones.
|
KxVolume |
KxVolume.withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones.
|
KxVolume |
KxVolume.withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume.
|
KxVolume |
KxVolume.withAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
KxVolume |
KxVolume.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the volume was created in FinSpace.
|
KxVolume |
KxVolume.withDescription(String description)
A description of the volume.
|
KxVolume |
KxVolume.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the volume was updated in FinSpace.
|
KxVolume |
KxVolume.withStatus(KxVolumeStatus status)
The status of volume.
|
KxVolume |
KxVolume.withStatus(String status)
The status of volume.
|
KxVolume |
KxVolume.withStatusReason(String statusReason)
The error message when a failed state occurs.
|
KxVolume |
KxVolume.withVolumeName(String volumeName)
A unique identifier for the volume.
|
KxVolume |
KxVolume.withVolumeType(KxVolumeType volumeType)
The type of file system volume.
|
KxVolume |
KxVolume.withVolumeType(String volumeType)
The type of file system volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<KxVolume> |
ListKxVolumesResult.getKxVolumeSummaries()
A summary of volumes.
|
| Modifier and Type | Method and Description |
|---|---|
ListKxVolumesResult |
ListKxVolumesResult.withKxVolumeSummaries(KxVolume... kxVolumeSummaries)
A summary of volumes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKxVolumesResult.setKxVolumeSummaries(Collection<KxVolume> kxVolumeSummaries)
A summary of volumes.
|
ListKxVolumesResult |
ListKxVolumesResult.withKxVolumeSummaries(Collection<KxVolume> kxVolumeSummaries)
A summary of volumes.
|
Copyright © 2024. All rights reserved.