| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.builder() |
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.consumedLicenses(Long consumedLicenses)
Number of licenses assigned to resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.consumedLicenseSummaryList(Collection<ConsumedLicenseSummary> consumedLicenseSummaryList)
List of summaries for consumed licenses used by various resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.consumedLicenseSummaryList(ConsumedLicenseSummary... consumedLicenseSummaryList)
List of summaries for consumed licenses used by various resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.consumedLicenseSummaryList(Consumer<ConsumedLicenseSummary.Builder>... consumedLicenseSummaryList)
List of summaries for consumed licenses used by various resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.description(String description)
Description of the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseConfigurationArn(String licenseConfigurationArn)
ARN of the license configuration requested.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseConfigurationId(String licenseConfigurationId)
Unique ID for the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseCount(Long licenseCount)
Number of available licenses.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseCountHardLimit(Boolean licenseCountHardLimit)
Sets the number of available licenses as a hard limit.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseCountingType(LicenseCountingType licenseCountingType)
Dimension on which the licenses are counted (for example, instances, cores, sockets, or VCPUs).
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseCountingType(String licenseCountingType)
Dimension on which the licenses are counted (for example, instances, cores, sockets, or VCPUs).
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseRules(Collection<String> licenseRules)
List of flexible text strings designating license rules.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.licenseRules(String... licenseRules)
List of flexible text strings designating license rules.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.managedResourceSummaryList(Collection<ManagedResourceSummary> managedResourceSummaryList)
List of summaries of managed resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.managedResourceSummaryList(Consumer<ManagedResourceSummary.Builder>... managedResourceSummaryList)
List of summaries of managed resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.managedResourceSummaryList(ManagedResourceSummary... managedResourceSummaryList)
List of summaries of managed resources.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.name(String name)
Name of the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.ownerAccountId(String ownerAccountId)
Owner account ID for the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.status(String status)
License configuration status (active, etc.).
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Collection<Tag> tags)
List of tags attached to the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Consumer<Tag.Builder>... tags)
List of tags attached to the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Tag... tags)
List of tags attached to the license configuration.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLicenseConfigurationResponse.Builder> |
GetLicenseConfigurationResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.