Uses of Class
software.amazon.awssdk.services.licensemanager.model.CreateLicenseManagerReportGeneratorResponse
-
Packages that use CreateLicenseManagerReportGeneratorResponse 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 CreateLicenseManagerReportGeneratorResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return CreateLicenseManagerReportGeneratorResponse Modifier and Type Method Description default CreateLicenseManagerReportGeneratorResponseLicenseManagerClient. createLicenseManagerReportGenerator(Consumer<CreateLicenseManagerReportGeneratorRequest.Builder> createLicenseManagerReportGeneratorRequest)Creates a report generator.default CreateLicenseManagerReportGeneratorResponseLicenseManagerClient. createLicenseManagerReportGenerator(CreateLicenseManagerReportGeneratorRequest createLicenseManagerReportGeneratorRequest)Creates a report generator.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type CreateLicenseManagerReportGeneratorResponse Modifier and Type Method Description default CompletableFuture<CreateLicenseManagerReportGeneratorResponse>LicenseManagerAsyncClient. createLicenseManagerReportGenerator(Consumer<CreateLicenseManagerReportGeneratorRequest.Builder> createLicenseManagerReportGeneratorRequest)Creates a report generator.default CompletableFuture<CreateLicenseManagerReportGeneratorResponse>LicenseManagerAsyncClient. createLicenseManagerReportGenerator(CreateLicenseManagerReportGeneratorRequest createLicenseManagerReportGeneratorRequest)Creates a report generator.
-