Uses of Class
software.amazon.awssdk.services.licensemanager.model.DeleteLicenseResponse
-
Packages that use DeleteLicenseResponse 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 DeleteLicenseResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return DeleteLicenseResponse Modifier and Type Method Description default DeleteLicenseResponseLicenseManagerClient. deleteLicense(Consumer<DeleteLicenseRequest.Builder> deleteLicenseRequest)Deletes the specified license.default DeleteLicenseResponseLicenseManagerClient. deleteLicense(DeleteLicenseRequest deleteLicenseRequest)Deletes the specified license.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type DeleteLicenseResponse Modifier and Type Method Description default CompletableFuture<DeleteLicenseResponse>LicenseManagerAsyncClient. deleteLicense(Consumer<DeleteLicenseRequest.Builder> deleteLicenseRequest)Deletes the specified license.default CompletableFuture<DeleteLicenseResponse>LicenseManagerAsyncClient. deleteLicense(DeleteLicenseRequest deleteLicenseRequest)Deletes the specified license.
-