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