Uses of Class
software.amazon.awssdk.services.imagebuilder.paginators.ListImagePackagesPublisher
-
Packages that use ListImagePackagesPublisher Package Description software.amazon.awssdk.services.imagebuilder EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards. -
-
Uses of ListImagePackagesPublisher in software.amazon.awssdk.services.imagebuilder
Methods in software.amazon.awssdk.services.imagebuilder that return ListImagePackagesPublisher Modifier and Type Method Description default ListImagePackagesPublisherImagebuilderAsyncClient. listImagePackagesPaginator(Consumer<ListImagePackagesRequest.Builder> listImagePackagesRequest)List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.default ListImagePackagesPublisherImagebuilderAsyncClient. listImagePackagesPaginator(ListImagePackagesRequest listImagePackagesRequest)List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.
-