| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
Entitlement.clone() |
Entitlement |
Entitlement.withAllowCheckIn(Boolean allowCheckIn)
Indicates whether check-ins are allowed.
|
Entitlement |
Entitlement.withMaxCount(Long maxCount)
Maximum entitlement count.
|
Entitlement |
Entitlement.withName(String name)
Entitlement name.
|
Entitlement |
Entitlement.withOverage(Boolean overage)
Indicates whether overages are allowed.
|
Entitlement |
Entitlement.withUnit(EntitlementUnit unit)
Entitlement unit.
|
Entitlement |
Entitlement.withUnit(String unit)
Entitlement unit.
|
Entitlement |
Entitlement.withValue(String value)
Entitlement resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entitlement> |
GrantedLicense.getEntitlements()
License entitlements.
|
List<Entitlement> |
License.getEntitlements()
License entitlements.
|
List<Entitlement> |
CreateLicenseVersionRequest.getEntitlements()
License entitlements.
|
List<Entitlement> |
CreateLicenseRequest.getEntitlements()
License entitlements.
|
| Modifier and Type | Method and Description |
|---|---|
GrantedLicense |
GrantedLicense.withEntitlements(Entitlement... entitlements)
License entitlements.
|
License |
License.withEntitlements(Entitlement... entitlements)
License entitlements.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withEntitlements(Entitlement... entitlements)
License entitlements.
|
CreateLicenseRequest |
CreateLicenseRequest.withEntitlements(Entitlement... entitlements)
License entitlements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrantedLicense.setEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
void |
License.setEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
void |
CreateLicenseVersionRequest.setEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
void |
CreateLicenseRequest.setEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
GrantedLicense |
GrantedLicense.withEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
License |
License.withEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
CreateLicenseRequest |
CreateLicenseRequest.withEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
Copyright © 2024. All rights reserved.