| 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 |
|---|---|
Future<ListReceivedGrantsResult> |
AWSLicenseManagerAsyncClient.listReceivedGrantsAsync(ListReceivedGrantsRequest request,
AsyncHandler<ListReceivedGrantsRequest,ListReceivedGrantsResult> asyncHandler) |
Future<ListReceivedGrantsResult> |
AWSLicenseManagerAsync.listReceivedGrantsAsync(ListReceivedGrantsRequest listReceivedGrantsRequest,
AsyncHandler<ListReceivedGrantsRequest,ListReceivedGrantsResult> asyncHandler)
Lists grants that are received but not accepted.
|
Future<ListReceivedGrantsResult> |
AbstractAWSLicenseManagerAsync.listReceivedGrantsAsync(ListReceivedGrantsRequest request,
AsyncHandler<ListReceivedGrantsRequest,ListReceivedGrantsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListReceivedGrantsRequest |
ListReceivedGrantsRequest.clone() |
ListReceivedGrantsRequest |
ListReceivedGrantsRequest.withFilters(Collection<Filter> filters)
Filters to scope the results.
|
ListReceivedGrantsRequest |
ListReceivedGrantsRequest.withFilters(Filter... filters)
Filters to scope the results.
|
ListReceivedGrantsRequest |
ListReceivedGrantsRequest.withGrantArns(Collection<String> grantArns)
Amazon Resource Names (ARNs) of the grants.
|
ListReceivedGrantsRequest |
ListReceivedGrantsRequest.withGrantArns(String... grantArns)
Amazon Resource Names (ARNs) of the grants.
|
ListReceivedGrantsRequest |
ListReceivedGrantsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListReceivedGrantsRequest |
ListReceivedGrantsRequest.withNextToken(String nextToken)
Token for the next set of results.
|
Copyright © 2022. All rights reserved.