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