Uses of Class
software.amazon.awssdk.services.licensemanager.model.CreateLicenseRequest
-
Packages that use CreateLicenseRequest 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 CreateLicenseRequest in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager with parameters of type CreateLicenseRequest Modifier and Type Method Description default CompletableFuture<CreateLicenseResponse>LicenseManagerAsyncClient. createLicense(CreateLicenseRequest createLicenseRequest)Creates a license.default CreateLicenseResponseLicenseManagerClient. createLicense(CreateLicenseRequest createLicenseRequest)Creates a license. -
Uses of CreateLicenseRequest in software.amazon.awssdk.services.licensemanager.transform
Methods in software.amazon.awssdk.services.licensemanager.transform with parameters of type CreateLicenseRequest Modifier and Type Method Description SdkHttpFullRequestCreateLicenseRequestMarshaller. marshall(CreateLicenseRequest createLicenseRequest)
-