| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager |
|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
default ListLicenseConfigurationsResponse |
LicenseManagerClient.listLicenseConfigurations(Consumer<ListLicenseConfigurationsRequest.Builder> listLicenseConfigurationsRequest)
Lists license configuration objects for an account, each containing the name, description, license type, and
other license terms modeled from a license agreement.
|
default CompletableFuture<ListLicenseConfigurationsResponse> |
LicenseManagerAsyncClient.listLicenseConfigurations(Consumer<ListLicenseConfigurationsRequest.Builder> listLicenseConfigurationsRequest)
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 |
|---|---|
static ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.builder() |
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.filters(Collection<Filter> filters)
One or more filters.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
One or more filters.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.filters(Filter... filters)
One or more filters.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.licenseConfigurationArns(Collection<String> licenseConfigurationArns)
An array of ARNs for the calling account’s license configurations.
|
ListLicenseConfigurationsRequest.Builder |
ListLicenseConfigurationsRequest.Builder.licenseConfigurationArns(String... licenseConfigurationArns)
An array of ARNs for the calling account’s 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 © 2019. All rights reserved.