Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkCardInfo
-
Packages that use NetworkCardInfo Package Description software.amazon.awssdk.services.ec2.model -
-
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 NetworkCardInfo Modifier and Type Method Description List<NetworkCardInfo>NetworkInfo. networkCards()Describes the network cards for the instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkCardInfo Modifier and Type Method Description NetworkInfo.BuilderNetworkInfo.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 NetworkCardInfo Modifier and Type Method Description NetworkInfo.BuilderNetworkInfo.Builder. networkCards(Collection<NetworkCardInfo> networkCards)Describes the network cards for the instance type.
-