| 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<ListReceivedLicensesForOrganizationResponse> |
LicenseManagerAsyncClient.listReceivedLicensesForOrganization(Consumer<ListReceivedLicensesForOrganizationRequest.Builder> listReceivedLicensesForOrganizationRequest)
Lists the licenses received for all accounts in the organization.
|
default ListReceivedLicensesForOrganizationResponse |
LicenseManagerClient.listReceivedLicensesForOrganization(Consumer<ListReceivedLicensesForOrganizationRequest.Builder> listReceivedLicensesForOrganizationRequest)
Lists the licenses received for all accounts in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
static ListReceivedLicensesForOrganizationRequest.Builder |
ListReceivedLicensesForOrganizationRequest.builder() |
ListReceivedLicensesForOrganizationRequest.Builder |
ListReceivedLicensesForOrganizationRequest.Builder.filters(Collection<Filter> filters)
Filters to scope the results.
|
ListReceivedLicensesForOrganizationRequest.Builder |
ListReceivedLicensesForOrganizationRequest.Builder.filters(Consumer<Filter.Builder>... filters)
Filters to scope the results.
|
ListReceivedLicensesForOrganizationRequest.Builder |
ListReceivedLicensesForOrganizationRequest.Builder.filters(Filter... filters)
Filters to scope the results.
|
ListReceivedLicensesForOrganizationRequest.Builder |
ListReceivedLicensesForOrganizationRequest.Builder.maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListReceivedLicensesForOrganizationRequest.Builder |
ListReceivedLicensesForOrganizationRequest.Builder.nextToken(String nextToken)
Token for the next set of results.
|
ListReceivedLicensesForOrganizationRequest.Builder |
ListReceivedLicensesForOrganizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListReceivedLicensesForOrganizationRequest.Builder |
ListReceivedLicensesForOrganizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListReceivedLicensesForOrganizationRequest.Builder |
ListReceivedLicensesForOrganizationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListReceivedLicensesForOrganizationRequest.Builder> |
ListReceivedLicensesForOrganizationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.