| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager |
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts
and on-premises servers.
|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLicenseConfigurationsResponse> |
LicenseManagerAsyncClient.listLicenseConfigurations(Consumer<ListLicenseConfigurationsRequest.Builder> listLicenseConfigurationsRequest)
Lists the license configurations for your account.
|
default ListLicenseConfigurationsResponse |
LicenseManagerClient.listLicenseConfigurations(Consumer<ListLicenseConfigurationsRequest.Builder> listLicenseConfigurationsRequest)
Lists the license configurations for your account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.builder() |
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.filters(Collection<Filter> filters)
Filters to scope the results.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
Filters to scope the results.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.filters(Filter... filters)
Filters to scope the results.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.licenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.licenseConfigurationArns(String... licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.nextToken(String nextToken)
Token for the next set of results.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLicenseConfigurationsRequest.Builder> |
ListLicenseConfigurationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.