Uses of Class
software.amazon.awssdk.services.ec2.model.ImageUsageReport
Packages that use ImageUsageReport
Package
Description
-
Uses of ImageUsageReport in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageUsageReportModifier and TypeMethodDescriptionfinal List<ImageUsageReport>DescribeImageUsageReportsResponse.imageUsageReports()The image usage reports.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageUsageReportModifier and TypeMethodDescriptionDescribeImageUsageReportsResponse.Builder.imageUsageReports(ImageUsageReport... imageUsageReports) The image usage reports.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageUsageReportModifier and TypeMethodDescriptionDescribeImageUsageReportsResponse.Builder.imageUsageReports(Collection<ImageUsageReport> imageUsageReports) The image usage reports. -
Uses of ImageUsageReport in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ImageUsageReportModifier and TypeMethodDescriptionfinal SdkIterable<ImageUsageReport>DescribeImageUsageReportsIterable.imageUsageReports()Returns an iterable to iterate through the paginatedDescribeImageUsageReportsResponse.imageUsageReports()member.final SdkPublisher<ImageUsageReport>DescribeImageUsageReportsPublisher.imageUsageReports()Returns a publisher that can be used to get a stream of data.