Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListUsageForLicenseConfigurationResponse
-
Packages that use ListUsageForLicenseConfigurationResponse 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 ListUsageForLicenseConfigurationResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ListUsageForLicenseConfigurationResponse Modifier and Type Method Description default ListUsageForLicenseConfigurationResponseLicenseManagerClient. listUsageForLicenseConfiguration(Consumer<ListUsageForLicenseConfigurationRequest.Builder> listUsageForLicenseConfigurationRequest)Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time.default ListUsageForLicenseConfigurationResponseLicenseManagerClient. listUsageForLicenseConfiguration(ListUsageForLicenseConfigurationRequest listUsageForLicenseConfigurationRequest)Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ListUsageForLicenseConfigurationResponse Modifier and Type Method Description default CompletableFuture<ListUsageForLicenseConfigurationResponse>LicenseManagerAsyncClient. listUsageForLicenseConfiguration(Consumer<ListUsageForLicenseConfigurationRequest.Builder> listUsageForLicenseConfigurationRequest)Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time.default CompletableFuture<ListUsageForLicenseConfigurationResponse>LicenseManagerAsyncClient. listUsageForLicenseConfiguration(ListUsageForLicenseConfigurationRequest listUsageForLicenseConfigurationRequest)Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time.
-