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