Uses of Class
software.amazon.awssdk.services.ec2.model.ImageUsageReportEntry
Packages that use ImageUsageReportEntry
Package
Description
-
Uses of ImageUsageReportEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageUsageReportEntryModifier and TypeMethodDescriptionfinal List<ImageUsageReportEntry>DescribeImageUsageReportEntriesResponse.imageUsageReportEntries()The content of the usage reports.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageUsageReportEntryModifier and TypeMethodDescriptionDescribeImageUsageReportEntriesResponse.Builder.imageUsageReportEntries(ImageUsageReportEntry... imageUsageReportEntries) The content of the usage reports.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageUsageReportEntryModifier and TypeMethodDescriptionDescribeImageUsageReportEntriesResponse.Builder.imageUsageReportEntries(Collection<ImageUsageReportEntry> imageUsageReportEntries) The content of the usage reports. -
Uses of ImageUsageReportEntry in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ImageUsageReportEntryModifier and TypeMethodDescriptionfinal SdkIterable<ImageUsageReportEntry>DescribeImageUsageReportEntriesIterable.imageUsageReportEntries()Returns an iterable to iterate through the paginatedDescribeImageUsageReportEntriesResponse.imageUsageReportEntries()member.DescribeImageUsageReportEntriesPublisher.imageUsageReportEntries()Returns a publisher that can be used to get a stream of data.