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