| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager |
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts
and on-premises servers.
|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
ListDistributedGrantsResult |
AWSLicenseManagerClient.listDistributedGrants(ListDistributedGrantsRequest request)
Lists the grants distributed for the specified license.
|
ListDistributedGrantsResult |
AbstractAWSLicenseManager.listDistributedGrants(ListDistributedGrantsRequest request) |
ListDistributedGrantsResult |
AWSLicenseManager.listDistributedGrants(ListDistributedGrantsRequest listDistributedGrantsRequest)
Lists the grants distributed for the specified license.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDistributedGrantsResult> |
AbstractAWSLicenseManagerAsync.listDistributedGrantsAsync(ListDistributedGrantsRequest request,
AsyncHandler<ListDistributedGrantsRequest,ListDistributedGrantsResult> asyncHandler) |
Future<ListDistributedGrantsResult> |
AWSLicenseManagerAsync.listDistributedGrantsAsync(ListDistributedGrantsRequest listDistributedGrantsRequest,
AsyncHandler<ListDistributedGrantsRequest,ListDistributedGrantsResult> asyncHandler)
Lists the grants distributed for the specified license.
|
Future<ListDistributedGrantsResult> |
AWSLicenseManagerAsyncClient.listDistributedGrantsAsync(ListDistributedGrantsRequest request,
AsyncHandler<ListDistributedGrantsRequest,ListDistributedGrantsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDistributedGrantsResult |
ListDistributedGrantsResult.clone() |
ListDistributedGrantsResult |
ListDistributedGrantsResult.withGrants(Collection<Grant> grants)
Distributed grant details.
|
ListDistributedGrantsResult |
ListDistributedGrantsResult.withGrants(Grant... grants)
Distributed grant details.
|
ListDistributedGrantsResult |
ListDistributedGrantsResult.withNextToken(String nextToken)
Token for the next set of results.
|
Copyright © 2023. All rights reserved.