Uses of Class
software.amazon.awssdk.services.finspace.model.KxAttachedCluster
-
Packages that use KxAttachedCluster Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxAttachedCluster in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxAttachedCluster Modifier and Type Method Description List<KxAttachedCluster>GetKxVolumeResponse. attachedClusters()A list of cluster identifiers that a volume is attached to.List<KxAttachedCluster>UpdateKxVolumeResponse. attachedClusters()Specifies the clusters that a volume is attached to.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxAttachedCluster Modifier and Type Method Description GetKxVolumeResponse.BuilderGetKxVolumeResponse.Builder. attachedClusters(KxAttachedCluster... attachedClusters)A list of cluster identifiers that a volume is attached to.UpdateKxVolumeResponse.BuilderUpdateKxVolumeResponse.Builder. attachedClusters(KxAttachedCluster... attachedClusters)Specifies the clusters that a volume is attached to.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxAttachedCluster Modifier and Type Method Description GetKxVolumeResponse.BuilderGetKxVolumeResponse.Builder. attachedClusters(Collection<KxAttachedCluster> attachedClusters)A list of cluster identifiers that a volume is attached to.UpdateKxVolumeResponse.BuilderUpdateKxVolumeResponse.Builder. attachedClusters(Collection<KxAttachedCluster> attachedClusters)Specifies the clusters that a volume is attached to.
-