Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListLicenseConfigurationsResponse
-
Packages that use ListLicenseConfigurationsResponse 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 ListLicenseConfigurationsResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ListLicenseConfigurationsResponse Modifier and Type Method Description default ListLicenseConfigurationsResponseLicenseManagerClient. listLicenseConfigurations()Lists the license configurations for your account.default ListLicenseConfigurationsResponseLicenseManagerClient. listLicenseConfigurations(Consumer<ListLicenseConfigurationsRequest.Builder> listLicenseConfigurationsRequest)Lists the license configurations for your account.default ListLicenseConfigurationsResponseLicenseManagerClient. listLicenseConfigurations(ListLicenseConfigurationsRequest listLicenseConfigurationsRequest)Lists the license configurations for your account.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ListLicenseConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListLicenseConfigurationsResponse>LicenseManagerAsyncClient. listLicenseConfigurations()Lists the license configurations for your account.default CompletableFuture<ListLicenseConfigurationsResponse>LicenseManagerAsyncClient. listLicenseConfigurations(Consumer<ListLicenseConfigurationsRequest.Builder> listLicenseConfigurationsRequest)Lists the license configurations for your account.default CompletableFuture<ListLicenseConfigurationsResponse>LicenseManagerAsyncClient. listLicenseConfigurations(ListLicenseConfigurationsRequest listLicenseConfigurationsRequest)Lists the license configurations for your account.
-