| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxAttachedCluster |
KxAttachedCluster.clone() |
KxAttachedCluster |
KxAttachedCluster.withClusterName(String clusterName)
A unique name for the attached cluster.
|
KxAttachedCluster |
KxAttachedCluster.withClusterStatus(KxClusterStatus clusterStatus)
The status of the attached cluster.
|
KxAttachedCluster |
KxAttachedCluster.withClusterStatus(String clusterStatus)
The status of the attached cluster.
|
KxAttachedCluster |
KxAttachedCluster.withClusterType(KxClusterType clusterType)
Specifies the type of cluster.
|
KxAttachedCluster |
KxAttachedCluster.withClusterType(String clusterType)
Specifies the type of cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<KxAttachedCluster> |
UpdateKxVolumeResult.getAttachedClusters()
Specifies the clusters that a volume is attached to.
|
List<KxAttachedCluster> |
GetKxVolumeResult.getAttachedClusters()
A list of cluster identifiers that a volume is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withAttachedClusters(KxAttachedCluster... attachedClusters)
Specifies the clusters that a volume is attached to.
|
GetKxVolumeResult |
GetKxVolumeResult.withAttachedClusters(KxAttachedCluster... attachedClusters)
A list of cluster identifiers that a volume is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateKxVolumeResult.setAttachedClusters(Collection<KxAttachedCluster> attachedClusters)
Specifies the clusters that a volume is attached to.
|
void |
GetKxVolumeResult.setAttachedClusters(Collection<KxAttachedCluster> attachedClusters)
A list of cluster identifiers that a volume is attached to.
|
UpdateKxVolumeResult |
UpdateKxVolumeResult.withAttachedClusters(Collection<KxAttachedCluster> attachedClusters)
Specifies the clusters that a volume is attached to.
|
GetKxVolumeResult |
GetKxVolumeResult.withAttachedClusters(Collection<KxAttachedCluster> attachedClusters)
A list of cluster identifiers that a volume is attached to.
|
Copyright © 2025. All rights reserved.