Uses of Class
software.amazon.awssdk.services.ec2.model.EbsCardInfo
-
Packages that use EbsCardInfo Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of EbsCardInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EbsCardInfo Modifier and Type Method Description List<EbsCardInfo>EbsInfo. ebsCards()Describes the EBS cards available for the instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type EbsCardInfo Modifier and Type Method Description EbsInfo.BuilderEbsInfo.Builder. ebsCards(EbsCardInfo... ebsCards)Describes the EBS cards available for the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EbsCardInfo Modifier and Type Method Description EbsInfo.BuilderEbsInfo.Builder. ebsCards(Collection<EbsCardInfo> ebsCards)Describes the EBS cards available for the instance type.
-