Uses of Class
software.amazon.awssdk.services.outposts.model.EC2Capacity
Packages that use EC2Capacity
-
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 EC2CapacityModifier and TypeMethodDescriptionfinal List<EC2Capacity>CatalogItem.ec2Capacities()Information about the EC2 capacity of an item.final List<EC2Capacity>RackSpecificationDetails.ec2Capacities()The Amazon EC2 capacities for the rack.final List<EC2Capacity>ServerSpecificationDetails.ec2Capacities()The Amazon EC2 capacities for the server.Methods in software.amazon.awssdk.services.outposts.model with parameters of type EC2CapacityModifier and TypeMethodDescriptionCatalogItem.Builder.ec2Capacities(EC2Capacity... ec2Capacities) Information about the EC2 capacity of an item.RackSpecificationDetails.Builder.ec2Capacities(EC2Capacity... ec2Capacities) The Amazon EC2 capacities for the rack.ServerSpecificationDetails.Builder.ec2Capacities(EC2Capacity... ec2Capacities) The Amazon EC2 capacities for the server.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type EC2CapacityModifier and TypeMethodDescriptionCatalogItem.Builder.ec2Capacities(Collection<EC2Capacity> ec2Capacities) Information about the EC2 capacity of an item.RackSpecificationDetails.Builder.ec2Capacities(Collection<EC2Capacity> ec2Capacities) The Amazon EC2 capacities for the rack.ServerSpecificationDetails.Builder.ec2Capacities(Collection<EC2Capacity> ec2Capacities) The Amazon EC2 capacities for the server.