| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateGrantResponse |
LicenseManagerClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Creates a grant for the specified license.
|
default CreateGrantResponse |
LicenseManagerClient.createGrant(CreateGrantRequest createGrantRequest)
Creates a grant for the specified license.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.