Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListLicenseSpecificationsForResourceResponse
-
Packages that use ListLicenseSpecificationsForResourceResponse Package Description software.amazon.awssdk.services.licensemanager License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers. -
-
Uses of ListLicenseSpecificationsForResourceResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ListLicenseSpecificationsForResourceResponse Modifier and Type Method Description default ListLicenseSpecificationsForResourceResponseLicenseManagerClient. listLicenseSpecificationsForResource(Consumer<ListLicenseSpecificationsForResourceRequest.Builder> listLicenseSpecificationsForResourceRequest)Describes the license configurations for the specified resource.default ListLicenseSpecificationsForResourceResponseLicenseManagerClient. listLicenseSpecificationsForResource(ListLicenseSpecificationsForResourceRequest listLicenseSpecificationsForResourceRequest)Describes the license configurations for the specified resource.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ListLicenseSpecificationsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListLicenseSpecificationsForResourceResponse>LicenseManagerAsyncClient. listLicenseSpecificationsForResource(Consumer<ListLicenseSpecificationsForResourceRequest.Builder> listLicenseSpecificationsForResourceRequest)Describes the license configurations for the specified resource.default CompletableFuture<ListLicenseSpecificationsForResourceResponse>LicenseManagerAsyncClient. listLicenseSpecificationsForResource(ListLicenseSpecificationsForResourceRequest listLicenseSpecificationsForResourceRequest)Describes the license configurations for the specified resource.
-