| Package | Description |
|---|---|
| com.amazonaws.services.licensemanagerlinuxsubscriptions |
With License Manager, you can discover and track your commercial Linux subscriptions on running Amazon EC2 instances.
|
| com.amazonaws.services.licensemanagerlinuxsubscriptions.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLinuxSubscriptionsResult> |
AWSLicenseManagerLinuxSubscriptionsAsyncClient.listLinuxSubscriptionsAsync(ListLinuxSubscriptionsRequest request,
AsyncHandler<ListLinuxSubscriptionsRequest,ListLinuxSubscriptionsResult> asyncHandler) |
Future<ListLinuxSubscriptionsResult> |
AbstractAWSLicenseManagerLinuxSubscriptionsAsync.listLinuxSubscriptionsAsync(ListLinuxSubscriptionsRequest request,
AsyncHandler<ListLinuxSubscriptionsRequest,ListLinuxSubscriptionsResult> asyncHandler) |
Future<ListLinuxSubscriptionsResult> |
AWSLicenseManagerLinuxSubscriptionsAsync.listLinuxSubscriptionsAsync(ListLinuxSubscriptionsRequest listLinuxSubscriptionsRequest,
AsyncHandler<ListLinuxSubscriptionsRequest,ListLinuxSubscriptionsResult> asyncHandler)
Lists the Linux subscriptions that have been discovered.
|
| Modifier and Type | Method and Description |
|---|---|
ListLinuxSubscriptionsRequest |
ListLinuxSubscriptionsRequest.clone() |
ListLinuxSubscriptionsRequest |
ListLinuxSubscriptionsRequest.withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListLinuxSubscriptionsRequest |
ListLinuxSubscriptionsRequest.withFilters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListLinuxSubscriptionsRequest |
ListLinuxSubscriptionsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLinuxSubscriptionsRequest |
ListLinuxSubscriptionsRequest.withNextToken(String nextToken)
Token for the next set of results.
|
Copyright © 2023. All rights reserved.