| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
EntitlementData |
EntitlementData.clone() |
EntitlementData |
EntitlementData.withName(String name)
Entitlement data name.
|
EntitlementData |
EntitlementData.withUnit(EntitlementDataUnit unit)
Entitlement data unit.
|
EntitlementData |
EntitlementData.withUnit(String unit)
Entitlement data unit.
|
EntitlementData |
EntitlementData.withValue(String value)
Entitlement data value.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntitlementData> |
CheckoutLicenseRequest.getEntitlements()
License entitlements.
|
List<EntitlementData> |
CheckoutBorrowLicenseRequest.getEntitlements()
License entitlements.
|
List<EntitlementData> |
CheckoutBorrowLicenseResult.getEntitlementsAllowed()
Allowed license entitlements.
|
List<EntitlementData> |
CheckoutLicenseResult.getEntitlementsAllowed()
Allowed license entitlements.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withEntitlements(EntitlementData... entitlements)
License entitlements.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withEntitlements(EntitlementData... entitlements)
License entitlements.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withEntitlementsAllowed(EntitlementData... entitlementsAllowed)
Allowed license entitlements.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withEntitlementsAllowed(EntitlementData... entitlementsAllowed)
Allowed license entitlements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckoutLicenseRequest.setEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
void |
CheckoutBorrowLicenseRequest.setEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
void |
CheckoutBorrowLicenseResult.setEntitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
|
void |
CheckoutLicenseResult.setEntitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withEntitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withEntitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
|
Copyright © 2021. All rights reserved.