| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager |
|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConfigurationsResult |
AbstractAWSLicenseManager.listLicenseConfigurations(ListLicenseConfigurationsRequest request) |
ListLicenseConfigurationsResult |
AWSLicenseManagerClient.listLicenseConfigurations(ListLicenseConfigurationsRequest request)
Lists license configuration objects for an account, each containing the name, description, license type, and
other license terms modeled from a license agreement.
|
ListLicenseConfigurationsResult |
AWSLicenseManager.listLicenseConfigurations(ListLicenseConfigurationsRequest listLicenseConfigurationsRequest)
Lists license configuration objects for an account, each containing the name, description, license type, and
other license terms modeled from a license agreement.
|
Future<ListLicenseConfigurationsResult> |
AWSLicenseManagerAsyncClient.listLicenseConfigurationsAsync(ListLicenseConfigurationsRequest request) |
Future<ListLicenseConfigurationsResult> |
AbstractAWSLicenseManagerAsync.listLicenseConfigurationsAsync(ListLicenseConfigurationsRequest request) |
Future<ListLicenseConfigurationsResult> |
AWSLicenseManagerAsync.listLicenseConfigurationsAsync(ListLicenseConfigurationsRequest listLicenseConfigurationsRequest)
Lists license configuration objects for an account, each containing the name, description, license type, and
other license terms modeled from a license agreement.
|
Future<ListLicenseConfigurationsResult> |
AWSLicenseManagerAsyncClient.listLicenseConfigurationsAsync(ListLicenseConfigurationsRequest request,
AsyncHandler<ListLicenseConfigurationsRequest,ListLicenseConfigurationsResult> asyncHandler) |
Future<ListLicenseConfigurationsResult> |
AbstractAWSLicenseManagerAsync.listLicenseConfigurationsAsync(ListLicenseConfigurationsRequest request,
AsyncHandler<ListLicenseConfigurationsRequest,ListLicenseConfigurationsResult> asyncHandler) |
Future<ListLicenseConfigurationsResult> |
AWSLicenseManagerAsync.listLicenseConfigurationsAsync(ListLicenseConfigurationsRequest listLicenseConfigurationsRequest,
AsyncHandler<ListLicenseConfigurationsRequest,ListLicenseConfigurationsResult> asyncHandler)
Lists license configuration objects for an account, each containing the name, description, license type, and
other license terms modeled from a license agreement.
|
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConfigurationsRequest |
ListLicenseConfigurationsRequest.clone() |
ListLicenseConfigurationsRequest |
ListLicenseConfigurationsRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
ListLicenseConfigurationsRequest |
ListLicenseConfigurationsRequest.withFilters(Filter... filters)
One or more filters.
|
ListLicenseConfigurationsRequest |
ListLicenseConfigurationsRequest.withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
An array of ARNs for the calling account’s license configurations.
|
ListLicenseConfigurationsRequest |
ListLicenseConfigurationsRequest.withLicenseConfigurationArns(String... licenseConfigurationArns)
An array of ARNs for the calling account’s license configurations.
|
ListLicenseConfigurationsRequest |
ListLicenseConfigurationsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLicenseConfigurationsRequest |
ListLicenseConfigurationsRequest.withNextToken(String nextToken)
Token for the next set of results.
|
Copyright © 2019. All rights reserved.