| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager |
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts
and on-premises servers.
|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CheckoutBorrowLicenseResult> |
AbstractAWSLicenseManagerAsync.checkoutBorrowLicenseAsync(CheckoutBorrowLicenseRequest request,
AsyncHandler<CheckoutBorrowLicenseRequest,CheckoutBorrowLicenseResult> asyncHandler) |
Future<CheckoutBorrowLicenseResult> |
AWSLicenseManagerAsync.checkoutBorrowLicenseAsync(CheckoutBorrowLicenseRequest checkoutBorrowLicenseRequest,
AsyncHandler<CheckoutBorrowLicenseRequest,CheckoutBorrowLicenseResult> asyncHandler)
Checks out the specified license for offline use.
|
Future<CheckoutBorrowLicenseResult> |
AWSLicenseManagerAsyncClient.checkoutBorrowLicenseAsync(CheckoutBorrowLicenseRequest request,
AsyncHandler<CheckoutBorrowLicenseRequest,CheckoutBorrowLicenseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.clone() |
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withCheckoutMetadata(Collection<Metadata> checkoutMetadata)
Information about constraints.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withCheckoutMetadata(Metadata... checkoutMetadata)
Information about constraints.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withDigitalSignatureMethod(DigitalSignatureMethod digitalSignatureMethod)
Digital signature method.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withDigitalSignatureMethod(String digitalSignatureMethod)
Digital signature method.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withEntitlements(EntitlementData... entitlements)
License entitlements.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withNodeId(String nodeId)
Node ID.
|
Copyright © 2022. All rights reserved.