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