Uses of Class
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.ListLinuxSubscriptionsResponse
-
Packages that use ListLinuxSubscriptionsResponse Package Description software.amazon.awssdk.services.licensemanagerlinuxsubscriptions With License Manager, you can discover and track your commercial Linux subscriptions on running Amazon EC2 instances.software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.paginators -
-
Uses of ListLinuxSubscriptionsResponse in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return ListLinuxSubscriptionsResponse Modifier and Type Method Description default ListLinuxSubscriptionsResponseLicenseManagerLinuxSubscriptionsClient. listLinuxSubscriptions(Consumer<ListLinuxSubscriptionsRequest.Builder> listLinuxSubscriptionsRequest)Lists the Linux subscriptions that have been discovered.default ListLinuxSubscriptionsResponseLicenseManagerLinuxSubscriptionsClient. listLinuxSubscriptions(ListLinuxSubscriptionsRequest listLinuxSubscriptionsRequest)Lists the Linux subscriptions that have been discovered.Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return types with arguments of type ListLinuxSubscriptionsResponse Modifier and Type Method Description default CompletableFuture<ListLinuxSubscriptionsResponse>LicenseManagerLinuxSubscriptionsAsyncClient. listLinuxSubscriptions(Consumer<ListLinuxSubscriptionsRequest.Builder> listLinuxSubscriptionsRequest)Lists the Linux subscriptions that have been discovered.default CompletableFuture<ListLinuxSubscriptionsResponse>LicenseManagerLinuxSubscriptionsAsyncClient. listLinuxSubscriptions(ListLinuxSubscriptionsRequest listLinuxSubscriptionsRequest)Lists the Linux subscriptions that have been discovered. -
Uses of ListLinuxSubscriptionsResponse in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.paginators
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.paginators that return types with arguments of type ListLinuxSubscriptionsResponse Modifier and Type Method Description Iterator<ListLinuxSubscriptionsResponse>ListLinuxSubscriptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.paginators with type arguments of type ListLinuxSubscriptionsResponse Modifier and Type Method Description voidListLinuxSubscriptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLinuxSubscriptionsResponse> subscriber)
-