EBS Volume Type details in java sdk

0

I would like to receive detailed information including restrictions or limitaion of Volume Type as data. How request EBS Volume Type details in java sdk?

Thanks!

asked 2 years ago227 views
1 Answer
0

You can refer all possible volume type details at below doc link and more volume type details here

For Java - you can get needed volume type detail with getVolumeType() - more available methods here

AWS
answered 2 years ago
  • Thank you.

    But I want this. e.g. { typeName: "gp3", sizeMinLimit: 1, sizeMaxLimit: 16384, ... }

    Are there any methods available to get this information?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions