Uses of Class
software.amazon.awssdk.services.licensemanager.model.AcceptGrantResponse
-
Packages that use AcceptGrantResponse 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 AcceptGrantResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return AcceptGrantResponse Modifier and Type Method Description default AcceptGrantResponseLicenseManagerClient. acceptGrant(Consumer<AcceptGrantRequest.Builder> acceptGrantRequest)Accepts the specified grant.default AcceptGrantResponseLicenseManagerClient. acceptGrant(AcceptGrantRequest acceptGrantRequest)Accepts the specified grant.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type AcceptGrantResponse Modifier and Type Method Description default CompletableFuture<AcceptGrantResponse>LicenseManagerAsyncClient. acceptGrant(Consumer<AcceptGrantRequest.Builder> acceptGrantRequest)Accepts the specified grant.default CompletableFuture<AcceptGrantResponse>LicenseManagerAsyncClient. acceptGrant(AcceptGrantRequest acceptGrantRequest)Accepts the specified grant.
-