| 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 |
|---|---|
CheckoutBorrowLicenseResult |
AWSLicenseManagerClient.checkoutBorrowLicense(CheckoutBorrowLicenseRequest request)
Checks out the specified license for offline use.
|
CheckoutBorrowLicenseResult |
AWSLicenseManager.checkoutBorrowLicense(CheckoutBorrowLicenseRequest checkoutBorrowLicenseRequest)
Checks out the specified license for offline use.
|
CheckoutBorrowLicenseResult |
AbstractAWSLicenseManager.checkoutBorrowLicense(CheckoutBorrowLicenseRequest request) |
| 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 |
|---|---|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.clone() |
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withCheckoutMetadata(Collection<Metadata> checkoutMetadata)
Information about constraints.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withCheckoutMetadata(Metadata... checkoutMetadata)
Information about constraints.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withEntitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withEntitlementsAllowed(EntitlementData... entitlementsAllowed)
Allowed license entitlements.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withExpiration(String expiration)
Date and time at which the license checkout expires.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withIssuedAt(String issuedAt)
Date and time at which the license checkout is issued.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withNodeId(String nodeId)
Node ID.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withSignedToken(String signedToken)
Signed token.
|
Copyright © 2023. All rights reserved.