Uses of Class
software.amazon.awssdk.services.ec2.model.EbsCardInfo
Packages that use EbsCardInfo
-
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 EbsCardInfoModifier and TypeMethodDescriptionfinal 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 EbsCardInfoModifier and TypeMethodDescriptionEbsInfo.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 EbsCardInfoModifier and TypeMethodDescriptionEbsInfo.Builder.ebsCards(Collection<EbsCardInfo> ebsCards) Describes the EBS cards available for the instance type.