Uses of Class
software.amazon.awssdk.services.ec2.model.InterruptibleCapacityAllocation
-
Packages that use InterruptibleCapacityAllocation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InterruptibleCapacityAllocation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InterruptibleCapacityAllocation Modifier and Type Method Description InterruptibleCapacityAllocationCapacityReservation. interruptibleCapacityAllocation()Contains allocation details for interruptible reservations, including current allocated instances and target instance counts within the interruptibleCapacityAllocation object.InterruptibleCapacityAllocationGetCapacityReservationUsageResponse. interruptibleCapacityAllocation()Information about the capacity allocated to the interruptible Capacity Reservation, including instance counts and allocation status.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InterruptibleCapacityAllocation Modifier and Type Method Description CapacityReservation.BuilderCapacityReservation.Builder. interruptibleCapacityAllocation(InterruptibleCapacityAllocation interruptibleCapacityAllocation)Contains allocation details for interruptible reservations, including current allocated instances and target instance counts within the interruptibleCapacityAllocation object.GetCapacityReservationUsageResponse.BuilderGetCapacityReservationUsageResponse.Builder. interruptibleCapacityAllocation(InterruptibleCapacityAllocation interruptibleCapacityAllocation)Information about the capacity allocated to the interruptible Capacity Reservation, including instance counts and allocation status.
-