Uses of Class
software.amazon.awssdk.services.ec2.model.ImageUsageReport
-
Packages that use ImageUsageReport Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 ImageUsageReport Modifier and Type Method Description List<ImageUsageReport>DescribeImageUsageReportsResponse. imageUsageReports()The image usage reports.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageUsageReport Modifier and Type Method Description DescribeImageUsageReportsResponse.BuilderDescribeImageUsageReportsResponse.Builder. imageUsageReports(ImageUsageReport... imageUsageReports)The image usage reports.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageUsageReport Modifier and Type Method Description DescribeImageUsageReportsResponse.BuilderDescribeImageUsageReportsResponse.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 ImageUsageReport Modifier and Type Method Description SdkIterable<ImageUsageReport>DescribeImageUsageReportsIterable. imageUsageReports()Returns an iterable to iterate through the paginatedDescribeImageUsageReportsResponse.imageUsageReports()member.SdkPublisher<ImageUsageReport>DescribeImageUsageReportsPublisher. imageUsageReports()Returns a publisher that can be used to get a stream of data.
-