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