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