Uses of Class
software.amazon.awssdk.services.licensemanager.model.CreateLicenseConfigurationResponse
-
Packages that use CreateLicenseConfigurationResponse 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 CreateLicenseConfigurationResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return CreateLicenseConfigurationResponse Modifier and Type Method Description default CreateLicenseConfigurationResponseLicenseManagerClient. createLicenseConfiguration(Consumer<CreateLicenseConfigurationRequest.Builder> createLicenseConfigurationRequest)Creates a license configuration.default CreateLicenseConfigurationResponseLicenseManagerClient. createLicenseConfiguration(CreateLicenseConfigurationRequest createLicenseConfigurationRequest)Creates a license configuration.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type CreateLicenseConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateLicenseConfigurationResponse>LicenseManagerAsyncClient. createLicenseConfiguration(Consumer<CreateLicenseConfigurationRequest.Builder> createLicenseConfigurationRequest)Creates a license configuration.default CompletableFuture<CreateLicenseConfigurationResponse>LicenseManagerAsyncClient. createLicenseConfiguration(CreateLicenseConfigurationRequest createLicenseConfigurationRequest)Creates a license configuration.
-