Uses of Class
software.amazon.awssdk.services.ec2.model.ImageUsageReportEntry
-
Packages that use ImageUsageReportEntry Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 ImageUsageReportEntry Modifier and Type Method Description List<ImageUsageReportEntry>DescribeImageUsageReportEntriesResponse. imageUsageReportEntries()The content of the usage reports.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageUsageReportEntry Modifier and Type Method Description DescribeImageUsageReportEntriesResponse.BuilderDescribeImageUsageReportEntriesResponse.Builder. imageUsageReportEntries(ImageUsageReportEntry... imageUsageReportEntries)The content of the usage reports.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageUsageReportEntry Modifier and Type Method Description DescribeImageUsageReportEntriesResponse.BuilderDescribeImageUsageReportEntriesResponse.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 ImageUsageReportEntry Modifier and Type Method Description SdkIterable<ImageUsageReportEntry>DescribeImageUsageReportEntriesIterable. imageUsageReportEntries()Returns an iterable to iterate through the paginatedDescribeImageUsageReportEntriesResponse.imageUsageReportEntries()member.SdkPublisher<ImageUsageReportEntry>DescribeImageUsageReportEntriesPublisher. imageUsageReportEntries()Returns a publisher that can be used to get a stream of data.
-