Uses of Class
software.amazon.awssdk.services.licensemanager.model.GetLicenseConfigurationResponse
-
Packages that use GetLicenseConfigurationResponse 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 GetLicenseConfigurationResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return GetLicenseConfigurationResponse Modifier and Type Method Description default GetLicenseConfigurationResponseLicenseManagerClient. getLicenseConfiguration(Consumer<GetLicenseConfigurationRequest.Builder> getLicenseConfigurationRequest)Gets detailed information about the specified license configuration.default GetLicenseConfigurationResponseLicenseManagerClient. getLicenseConfiguration(GetLicenseConfigurationRequest getLicenseConfigurationRequest)Gets detailed information about the specified license configuration.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type GetLicenseConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetLicenseConfigurationResponse>LicenseManagerAsyncClient. getLicenseConfiguration(Consumer<GetLicenseConfigurationRequest.Builder> getLicenseConfigurationRequest)Gets detailed information about the specified license configuration.default CompletableFuture<GetLicenseConfigurationResponse>LicenseManagerAsyncClient. getLicenseConfiguration(GetLicenseConfigurationRequest getLicenseConfigurationRequest)Gets detailed information about the specified license configuration.
-