Uses of Class
software.amazon.awssdk.services.emr.model.InstanceFleetTimeline
-
Packages that use InstanceFleetTimeline Package Description software.amazon.awssdk.services.emr.model -
-
Uses of InstanceFleetTimeline in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return InstanceFleetTimeline Modifier and Type Method Description InstanceFleetTimelineInstanceFleetStatus. timeline()Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.Methods in software.amazon.awssdk.services.emr.model with parameters of type InstanceFleetTimeline Modifier and Type Method Description InstanceFleetStatus.BuilderInstanceFleetStatus.Builder. timeline(InstanceFleetTimeline timeline)Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.
-