Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceUsage
Packages that use InstanceUsage
-
Uses of InstanceUsage in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceUsageModifier and TypeMethodDescriptionfinal List<InstanceUsage>GetCapacityReservationUsageResponse.instanceUsages()Information about the Capacity Reservation usage.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceUsageModifier and TypeMethodDescriptionGetCapacityReservationUsageResponse.Builder.instanceUsages(InstanceUsage... instanceUsages) Information about the Capacity Reservation usage.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceUsageModifier and TypeMethodDescriptionGetCapacityReservationUsageResponse.Builder.instanceUsages(Collection<InstanceUsage> instanceUsages) Information about the Capacity Reservation usage.