Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkCardInfo
Packages that use NetworkCardInfo
-
Uses of NetworkCardInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkCardInfoModifier and TypeMethodDescriptionfinal List<NetworkCardInfo>NetworkInfo.networkCards()Describes the network cards for the instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkCardInfoModifier and TypeMethodDescriptionNetworkInfo.Builder.networkCards(NetworkCardInfo... networkCards) Describes the network cards for the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkCardInfoModifier and TypeMethodDescriptionNetworkInfo.Builder.networkCards(Collection<NetworkCardInfo> networkCards) Describes the network cards for the instance type.