| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager |
|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CheckoutLicenseResult> |
AWSLicenseManagerAsync.checkoutLicenseAsync(CheckoutLicenseRequest checkoutLicenseRequest,
AsyncHandler<CheckoutLicenseRequest,CheckoutLicenseResult> asyncHandler)
Checks out the specified license.
|
Future<CheckoutLicenseResult> |
AbstractAWSLicenseManagerAsync.checkoutLicenseAsync(CheckoutLicenseRequest request,
AsyncHandler<CheckoutLicenseRequest,CheckoutLicenseResult> asyncHandler) |
Future<CheckoutLicenseResult> |
AWSLicenseManagerAsyncClient.checkoutLicenseAsync(CheckoutLicenseRequest request,
AsyncHandler<CheckoutLicenseRequest,CheckoutLicenseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CheckoutLicenseRequest |
CheckoutLicenseRequest.clone() |
CheckoutLicenseRequest |
CheckoutLicenseRequest.withBeneficiary(String beneficiary)
License beneficiary.
|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withCheckoutType(CheckoutType checkoutType)
Checkout type.
|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withCheckoutType(String checkoutType)
Checkout type.
|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withEntitlements(EntitlementData... entitlements)
License entitlements.
|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withKeyFingerprint(String keyFingerprint)
Key fingerprint identifying the license.
|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withNodeId(String nodeId)
Node ID.
|
CheckoutLicenseRequest |
CheckoutLicenseRequest.withProductSKU(String productSKU)
Product SKU.
|
Copyright © 2021. All rights reserved.