Uses of Class
software.amazon.awssdk.services.finspace.model.Volume
-
Packages that use Volume Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of Volume in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type Volume Modifier and Type Method Description List<Volume>CreateKxClusterResponse. volumes()A list of volumes mounted on the cluster.List<Volume>GetKxClusterResponse. volumes()A list of volumes attached to the cluster.List<Volume>KxCluster. volumes()A list of volumes attached to the cluster.Methods in software.amazon.awssdk.services.finspace.model with parameters of type Volume Modifier and Type Method Description CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. volumes(Volume... volumes)A list of volumes mounted on the cluster.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. volumes(Volume... volumes)A list of volumes attached to the cluster.KxCluster.BuilderKxCluster.Builder. volumes(Volume... volumes)A list of volumes attached to the cluster.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type Volume Modifier and Type Method Description CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. volumes(Collection<Volume> volumes)A list of volumes mounted on the cluster.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. volumes(Collection<Volume> volumes)A list of volumes attached to the cluster.KxCluster.BuilderKxCluster.Builder. volumes(Collection<Volume> volumes)A list of volumes attached to the cluster.
-