Uses of Class
software.amazon.awssdk.services.licensemanager.model.DeleteLicenseManagerReportGeneratorResponse
-
Packages that use DeleteLicenseManagerReportGeneratorResponse 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 DeleteLicenseManagerReportGeneratorResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return DeleteLicenseManagerReportGeneratorResponse Modifier and Type Method Description default DeleteLicenseManagerReportGeneratorResponseLicenseManagerClient. deleteLicenseManagerReportGenerator(Consumer<DeleteLicenseManagerReportGeneratorRequest.Builder> deleteLicenseManagerReportGeneratorRequest)Deletes the specified report generator.default DeleteLicenseManagerReportGeneratorResponseLicenseManagerClient. deleteLicenseManagerReportGenerator(DeleteLicenseManagerReportGeneratorRequest deleteLicenseManagerReportGeneratorRequest)Deletes the specified report generator.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type DeleteLicenseManagerReportGeneratorResponse Modifier and Type Method Description default CompletableFuture<DeleteLicenseManagerReportGeneratorResponse>LicenseManagerAsyncClient. deleteLicenseManagerReportGenerator(Consumer<DeleteLicenseManagerReportGeneratorRequest.Builder> deleteLicenseManagerReportGeneratorRequest)Deletes the specified report generator.default CompletableFuture<DeleteLicenseManagerReportGeneratorResponse>LicenseManagerAsyncClient. deleteLicenseManagerReportGenerator(DeleteLicenseManagerReportGeneratorRequest deleteLicenseManagerReportGeneratorRequest)Deletes the specified report generator.
-