Uses of Class
software.amazon.awssdk.services.ec2.model.ImportSnapshotTask
Packages that use ImportSnapshotTask
Package
Description
-
Uses of ImportSnapshotTask in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImportSnapshotTaskModifier and TypeMethodDescriptionfinal List<ImportSnapshotTask>DescribeImportSnapshotTasksResponse.importSnapshotTasks()A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImportSnapshotTaskModifier and TypeMethodDescriptionDescribeImportSnapshotTasksResponse.Builder.importSnapshotTasks(ImportSnapshotTask... importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImportSnapshotTaskModifier and TypeMethodDescriptionDescribeImportSnapshotTasksResponse.Builder.importSnapshotTasks(Collection<ImportSnapshotTask> importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days. -
Uses of ImportSnapshotTask in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ImportSnapshotTaskModifier and TypeMethodDescriptionfinal SdkIterable<ImportSnapshotTask>DescribeImportSnapshotTasksIterable.importSnapshotTasks()Returns an iterable to iterate through the paginatedDescribeImportSnapshotTasksResponse.importSnapshotTasks()member.final SdkPublisher<ImportSnapshotTask>DescribeImportSnapshotTasksPublisher.importSnapshotTasks()Returns a publisher that can be used to get a stream of data.