| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseConfigurationAssociation |
LicenseConfigurationAssociation.clone() |
LicenseConfigurationAssociation |
LicenseConfigurationAssociation.withAssociationTime(Date associationTime)
Time when the license configuration was associated with the resource.
|
LicenseConfigurationAssociation |
LicenseConfigurationAssociation.withResourceArn(String resourceArn)
ARN of the resource associated with the license configuration.
|
LicenseConfigurationAssociation |
LicenseConfigurationAssociation.withResourceOwnerId(String resourceOwnerId)
ID of the AWS account that owns the resource consuming licenses.
|
LicenseConfigurationAssociation |
LicenseConfigurationAssociation.withResourceType(ResourceType resourceType)
Type of server resource.
|
LicenseConfigurationAssociation |
LicenseConfigurationAssociation.withResourceType(String resourceType)
Type of server resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseConfigurationAssociation> |
ListAssociationsForLicenseConfigurationResult.getLicenseConfigurationAssociations()
Lists association objects for the license configuration, each containing the association time, number of consumed
licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsForLicenseConfigurationResult |
ListAssociationsForLicenseConfigurationResult.withLicenseConfigurationAssociations(LicenseConfigurationAssociation... licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed
licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssociationsForLicenseConfigurationResult.setLicenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed
licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
|
ListAssociationsForLicenseConfigurationResult |
ListAssociationsForLicenseConfigurationResult.withLicenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed
licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
|
Copyright © 2019. All rights reserved.