Uses of Class
software.amazon.awssdk.services.licensemanager.model.CreateGrantResponse
-
Packages that use CreateGrantResponse 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 CreateGrantResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return CreateGrantResponse Modifier and Type Method Description default CreateGrantResponseLicenseManagerClient. createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)Creates a grant for the specified license.default CreateGrantResponseLicenseManagerClient. createGrant(CreateGrantRequest createGrantRequest)Creates a grant for the specified license.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type CreateGrantResponse Modifier and Type Method Description default CompletableFuture<CreateGrantResponse>LicenseManagerAsyncClient. createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)Creates a grant for the specified license.default CompletableFuture<CreateGrantResponse>LicenseManagerAsyncClient. createGrant(CreateGrantRequest createGrantRequest)Creates a grant for the specified license.
-