| 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<ListLicenseVersionsResult> |
AWSLicenseManagerAsync.listLicenseVersionsAsync(ListLicenseVersionsRequest listLicenseVersionsRequest,
AsyncHandler<ListLicenseVersionsRequest,ListLicenseVersionsResult> asyncHandler)
Lists all versions of the specified license.
|
Future<ListLicenseVersionsResult> |
AWSLicenseManagerAsyncClient.listLicenseVersionsAsync(ListLicenseVersionsRequest request,
AsyncHandler<ListLicenseVersionsRequest,ListLicenseVersionsResult> asyncHandler) |
Future<ListLicenseVersionsResult> |
AbstractAWSLicenseManagerAsync.listLicenseVersionsAsync(ListLicenseVersionsRequest request,
AsyncHandler<ListLicenseVersionsRequest,ListLicenseVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLicenseVersionsRequest |
ListLicenseVersionsRequest.clone() |
ListLicenseVersionsRequest |
ListLicenseVersionsRequest.withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
ListLicenseVersionsRequest |
ListLicenseVersionsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLicenseVersionsRequest |
ListLicenseVersionsRequest.withNextToken(String nextToken)
Token for the next set of results.
|
Copyright © 2022. All rights reserved.