| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseConfigurationUsage |
LicenseConfigurationUsage.clone() |
LicenseConfigurationUsage |
LicenseConfigurationUsage.withAssociationTime(Date associationTime)
Time when the license configuration was initially associated with a resource.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withConsumedLicenses(Long consumedLicenses)
Number of licenses consumed out of the total provisioned in the license configuration.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceArn(String resourceArn)
ARN of the resource associated with a license configuration.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceOwnerId(String resourceOwnerId)
ID of the account that owns a resource that is associated with the license configuration.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceStatus(String resourceStatus)
Status of a resource associated with the license configuration.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceType(ResourceType resourceType)
Type of resource associated with athe license configuration.
|
LicenseConfigurationUsage |
LicenseConfigurationUsage.withResourceType(String resourceType)
Type of resource associated with athe license configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseConfigurationUsage> |
ListUsageForLicenseConfigurationResult.getLicenseConfigurationUsageList()
An array of
LicenseConfigurationUsage objects. |
| Modifier and Type | Method and Description |
|---|---|
ListUsageForLicenseConfigurationResult |
ListUsageForLicenseConfigurationResult.withLicenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList)
An array of
LicenseConfigurationUsage objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsageForLicenseConfigurationResult.setLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
An array of
LicenseConfigurationUsage objects. |
ListUsageForLicenseConfigurationResult |
ListUsageForLicenseConfigurationResult.withLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
An array of
LicenseConfigurationUsage objects. |
Copyright © 2019. All rights reserved.