Uses of Class
software.amazon.awssdk.services.licensemanager.model.RejectGrantResponse
-
Packages that use RejectGrantResponse 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 RejectGrantResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return RejectGrantResponse Modifier and Type Method Description default RejectGrantResponseLicenseManagerClient. rejectGrant(Consumer<RejectGrantRequest.Builder> rejectGrantRequest)Rejects the specified grant.default RejectGrantResponseLicenseManagerClient. rejectGrant(RejectGrantRequest rejectGrantRequest)Rejects the specified grant.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type RejectGrantResponse Modifier and Type Method Description default CompletableFuture<RejectGrantResponse>LicenseManagerAsyncClient. rejectGrant(Consumer<RejectGrantRequest.Builder> rejectGrantRequest)Rejects the specified grant.default CompletableFuture<RejectGrantResponse>LicenseManagerAsyncClient. rejectGrant(RejectGrantRequest rejectGrantRequest)Rejects the specified grant.
-