Uses of Class
software.amazon.awssdk.services.ec2.model.ScheduledInstance
Packages that use ScheduledInstance
Package
Description
-
Uses of ScheduledInstance in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ScheduledInstanceModifier and TypeMethodDescriptionfinal List<ScheduledInstance>DescribeScheduledInstancesResponse.scheduledInstanceSet()Information about the Scheduled Instances.final List<ScheduledInstance>PurchaseScheduledInstancesResponse.scheduledInstanceSet()Information about the Scheduled Instances.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ScheduledInstanceModifier and TypeMethodDescriptionDescribeScheduledInstancesResponse.Builder.scheduledInstanceSet(ScheduledInstance... scheduledInstanceSet) Information about the Scheduled Instances.PurchaseScheduledInstancesResponse.Builder.scheduledInstanceSet(ScheduledInstance... scheduledInstanceSet) Information about the Scheduled Instances.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ScheduledInstanceModifier and TypeMethodDescriptionDescribeScheduledInstancesResponse.Builder.scheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet) Information about the Scheduled Instances.PurchaseScheduledInstancesResponse.Builder.scheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet) Information about the Scheduled Instances. -
Uses of ScheduledInstance in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ScheduledInstanceModifier and TypeMethodDescriptionfinal SdkIterable<ScheduledInstance>DescribeScheduledInstancesIterable.scheduledInstanceSet()Returns an iterable to iterate through the paginatedDescribeScheduledInstancesResponse.scheduledInstanceSet()member.final SdkPublisher<ScheduledInstance>DescribeScheduledInstancesPublisher.scheduledInstanceSet()Returns a publisher that can be used to get a stream of data.