| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
List<EntitlementData> |
CheckoutBorrowLicenseRequest.entitlements()
License entitlements.
|
List<EntitlementData> |
CheckoutLicenseRequest.entitlements()
License entitlements.
|
List<EntitlementData> |
CheckoutBorrowLicenseResponse.entitlementsAllowed()
Allowed license entitlements.
|
List<EntitlementData> |
CheckoutLicenseResponse.entitlementsAllowed()
Allowed license entitlements.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutBorrowLicenseRequest.Builder |
CheckoutBorrowLicenseRequest.Builder.entitlements(EntitlementData... entitlements)
License entitlements.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.entitlements(EntitlementData... entitlements)
License entitlements.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.entitlementsAllowed(EntitlementData... entitlementsAllowed)
Allowed license entitlements.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.entitlementsAllowed(EntitlementData... entitlementsAllowed)
Allowed license entitlements.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutBorrowLicenseRequest.Builder |
CheckoutBorrowLicenseRequest.Builder.entitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.entitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.entitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
|
CheckoutLicenseResponse.Builder |
CheckoutLicenseResponse.Builder.entitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
|
Copyright © 2022. All rights reserved.