Uses of Class
software.amazon.awssdk.services.outposts.model.EC2Capacity
-
Packages that use EC2Capacity Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of EC2Capacity in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type EC2Capacity Modifier and Type Method Description List<EC2Capacity>CatalogItem. ec2Capacities()Information about the EC2 capacity of an item.Methods in software.amazon.awssdk.services.outposts.model with parameters of type EC2Capacity Modifier and Type Method Description CatalogItem.BuilderCatalogItem.Builder. ec2Capacities(EC2Capacity... ec2Capacities)Information about the EC2 capacity of an item.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type EC2Capacity Modifier and Type Method Description CatalogItem.BuilderCatalogItem.Builder. ec2Capacities(Collection<EC2Capacity> ec2Capacities)Information about the EC2 capacity of an item.
-