| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
License |
License.clone() |
License |
GetLicenseResult.getLicense()
License details.
|
License |
License.withBeneficiary(String beneficiary)
License beneficiary.
|
License |
License.withConsumptionConfiguration(ConsumptionConfiguration consumptionConfiguration)
Configuration for consumption of the license.
|
License |
License.withCreateTime(String createTime)
License creation time.
|
License |
License.withEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
License |
License.withEntitlements(Entitlement... entitlements)
License entitlements.
|
License |
License.withHomeRegion(String homeRegion)
Home Region of the license.
|
License |
License.withIssuer(IssuerDetails issuer)
License issuer.
|
License |
License.withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
License |
License.withLicenseMetadata(Collection<Metadata> licenseMetadata)
License metadata.
|
License |
License.withLicenseMetadata(Metadata... licenseMetadata)
License metadata.
|
License |
License.withLicenseName(String licenseName)
License name.
|
License |
License.withProductName(String productName)
Product name.
|
License |
License.withProductSKU(String productSKU)
Product SKU.
|
License |
License.withStatus(LicenseStatus status)
License status.
|
License |
License.withStatus(String status)
License status.
|
License |
License.withValidity(DatetimeRange validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
License |
License.withVersion(String version)
License version.
|
| Modifier and Type | Method and Description |
|---|---|
List<License> |
ListLicenseVersionsResult.getLicenses()
License details.
|
List<License> |
ListLicensesResult.getLicenses()
License details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLicenseResult.setLicense(License license)
License details.
|
GetLicenseResult |
GetLicenseResult.withLicense(License license)
License details.
|
ListLicenseVersionsResult |
ListLicenseVersionsResult.withLicenses(License... licenses)
License details.
|
ListLicensesResult |
ListLicensesResult.withLicenses(License... licenses)
License details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLicenseVersionsResult.setLicenses(Collection<License> licenses)
License details.
|
void |
ListLicensesResult.setLicenses(Collection<License> licenses)
License details.
|
ListLicenseVersionsResult |
ListLicenseVersionsResult.withLicenses(Collection<License> licenses)
License details.
|
ListLicensesResult |
ListLicensesResult.withLicenses(Collection<License> licenses)
License details.
|
Copyright © 2023. All rights reserved.