Uses of Class
software.amazon.awssdk.services.ec2.model.InterruptionInfo
-
Packages that use InterruptionInfo Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InterruptionInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InterruptionInfo Modifier and Type Method Description InterruptionInfoCapacityReservation. interruptionInfo()Information about the interruption configuration and association with the source reservation for interruptible Capacity Reservations.InterruptionInfoGetCapacityReservationUsageResponse. interruptionInfo()Details about the interruption configuration and source reservation for interruptible Capacity Reservations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InterruptionInfo Modifier and Type Method Description CapacityReservation.BuilderCapacityReservation.Builder. interruptionInfo(InterruptionInfo interruptionInfo)Information about the interruption configuration and association with the source reservation for interruptible Capacity Reservations.GetCapacityReservationUsageResponse.BuilderGetCapacityReservationUsageResponse.Builder. interruptionInfo(InterruptionInfo interruptionInfo)Details about the interruption configuration and source reservation for interruptible Capacity Reservations.
-