| 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 |
|---|---|
ListLicenseConfigurationsResult |
AbstractAWSLicenseManager.listLicenseConfigurations(ListLicenseConfigurationsRequest request) |
ListLicenseConfigurationsResult |
AWSLicenseManagerClient.listLicenseConfigurations(ListLicenseConfigurationsRequest request)
Lists the license configurations for your account.
|
ListLicenseConfigurationsResult |
AWSLicenseManager.listLicenseConfigurations(ListLicenseConfigurationsRequest listLicenseConfigurationsRequest)
Lists the license configurations for your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLicenseConfigurationsResult> |
AbstractAWSLicenseManagerAsync.listLicenseConfigurationsAsync(ListLicenseConfigurationsRequest request,
AsyncHandler<ListLicenseConfigurationsRequest,ListLicenseConfigurationsResult> asyncHandler) |
Future<ListLicenseConfigurationsResult> |
AWSLicenseManagerAsync.listLicenseConfigurationsAsync(ListLicenseConfigurationsRequest listLicenseConfigurationsRequest,
AsyncHandler<ListLicenseConfigurationsRequest,ListLicenseConfigurationsResult> asyncHandler)
Lists the license configurations for your account.
|
Future<ListLicenseConfigurationsResult> |
AWSLicenseManagerAsyncClient.listLicenseConfigurationsAsync(ListLicenseConfigurationsRequest request,
AsyncHandler<ListLicenseConfigurationsRequest,ListLicenseConfigurationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConfigurationsResult |
ListLicenseConfigurationsResult.clone() |
ListLicenseConfigurationsResult |
ListLicenseConfigurationsResult.withLicenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResult |
ListLicenseConfigurationsResult.withLicenseConfigurations(LicenseConfiguration... licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResult |
ListLicenseConfigurationsResult.withNextToken(String nextToken)
Token for the next set of results.
|
Copyright © 2023. All rights reserved.