Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListAssociationsForLicenseConfigurationResponse
-
Packages that use ListAssociationsForLicenseConfigurationResponse 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 ListAssociationsForLicenseConfigurationResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ListAssociationsForLicenseConfigurationResponse Modifier and Type Method Description default ListAssociationsForLicenseConfigurationResponseLicenseManagerClient. listAssociationsForLicenseConfiguration(Consumer<ListAssociationsForLicenseConfigurationRequest.Builder> listAssociationsForLicenseConfigurationRequest)Lists the resource associations for the specified license configuration.default ListAssociationsForLicenseConfigurationResponseLicenseManagerClient. listAssociationsForLicenseConfiguration(ListAssociationsForLicenseConfigurationRequest listAssociationsForLicenseConfigurationRequest)Lists the resource associations for the specified license configuration.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ListAssociationsForLicenseConfigurationResponse Modifier and Type Method Description default CompletableFuture<ListAssociationsForLicenseConfigurationResponse>LicenseManagerAsyncClient. listAssociationsForLicenseConfiguration(Consumer<ListAssociationsForLicenseConfigurationRequest.Builder> listAssociationsForLicenseConfigurationRequest)Lists the resource associations for the specified license configuration.default CompletableFuture<ListAssociationsForLicenseConfigurationResponse>LicenseManagerAsyncClient. listAssociationsForLicenseConfiguration(ListAssociationsForLicenseConfigurationRequest listAssociationsForLicenseConfigurationRequest)Lists the resource associations for the specified license configuration.
-