| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager |
|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
ListReceivedGrantsResult |
AbstractAWSLicenseManager.listReceivedGrants(ListReceivedGrantsRequest request) |
ListReceivedGrantsResult |
AWSLicenseManager.listReceivedGrants(ListReceivedGrantsRequest listReceivedGrantsRequest)
Lists grants that are received but not accepted.
|
ListReceivedGrantsResult |
AWSLicenseManagerClient.listReceivedGrants(ListReceivedGrantsRequest request)
Lists grants that are received but not accepted.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<ListReceivedGrantsResult> |
AWSLicenseManagerAsyncClient.listReceivedGrantsAsync(ListReceivedGrantsRequest request,
AsyncHandler<ListReceivedGrantsRequest,ListReceivedGrantsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListReceivedGrantsResult |
ListReceivedGrantsResult.clone() |
ListReceivedGrantsResult |
ListReceivedGrantsResult.withGrants(Collection<Grant> grants)
Received grant details.
|
ListReceivedGrantsResult |
ListReceivedGrantsResult.withGrants(Grant... grants)
Received grant details.
|
ListReceivedGrantsResult |
ListReceivedGrantsResult.withNextToken(String nextToken)
Token for the next set of results.
|
Copyright © 2021. All rights reserved.