Uses of Class
software.amazon.awssdk.services.licensemanager.model.DeleteGrantResponse
-
Packages that use DeleteGrantResponse 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 DeleteGrantResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return DeleteGrantResponse Modifier and Type Method Description default DeleteGrantResponseLicenseManagerClient. deleteGrant(Consumer<DeleteGrantRequest.Builder> deleteGrantRequest)Deletes the specified grant.default DeleteGrantResponseLicenseManagerClient. deleteGrant(DeleteGrantRequest deleteGrantRequest)Deletes the specified grant.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type DeleteGrantResponse Modifier and Type Method Description default CompletableFuture<DeleteGrantResponse>LicenseManagerAsyncClient. deleteGrant(Consumer<DeleteGrantRequest.Builder> deleteGrantRequest)Deletes the specified grant.default CompletableFuture<DeleteGrantResponse>LicenseManagerAsyncClient. deleteGrant(DeleteGrantRequest deleteGrantRequest)Deletes the specified grant.
-