| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseConfigurationUsage.Builder |
LicenseConfigurationUsage.Builder.associationTime(Instant associationTime)
Time when the license configuration was initially associated with a resource.
|
static LicenseConfigurationUsage.Builder |
LicenseConfigurationUsage.builder() |
LicenseConfigurationUsage.Builder |
LicenseConfigurationUsage.Builder.consumedLicenses(Long consumedLicenses)
Number of licenses consumed out of the total provisioned in the license configuration.
|
LicenseConfigurationUsage.Builder |
LicenseConfigurationUsage.Builder.resourceArn(String resourceArn)
ARN of the resource associated with a license configuration.
|
LicenseConfigurationUsage.Builder |
LicenseConfigurationUsage.Builder.resourceOwnerId(String resourceOwnerId)
ID of the account that owns a resource that is associated with the license configuration.
|
LicenseConfigurationUsage.Builder |
LicenseConfigurationUsage.Builder.resourceStatus(String resourceStatus)
Status of a resource associated with the license configuration.
|
LicenseConfigurationUsage.Builder |
LicenseConfigurationUsage.Builder.resourceType(ResourceType resourceType)
Type of resource associated with athe license configuration.
|
LicenseConfigurationUsage.Builder |
LicenseConfigurationUsage.Builder.resourceType(String resourceType)
Type of resource associated with athe license configuration.
|
LicenseConfigurationUsage.Builder |
LicenseConfigurationUsage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LicenseConfigurationUsage.Builder> |
LicenseConfigurationUsage.serializableBuilderClass() |
Copyright © 2019. All rights reserved.