| 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 |
|---|---|
CheckoutLicenseResult |
AbstractAWSLicenseManager.checkoutLicense(CheckoutLicenseRequest request) |
CheckoutLicenseResult |
AWSLicenseManagerClient.checkoutLicense(CheckoutLicenseRequest request)
Checks out the specified license.
|
CheckoutLicenseResult |
AWSLicenseManager.checkoutLicense(CheckoutLicenseRequest checkoutLicenseRequest)
Checks out the specified license.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CheckoutLicenseResult> |
AbstractAWSLicenseManagerAsync.checkoutLicenseAsync(CheckoutLicenseRequest request,
AsyncHandler<CheckoutLicenseRequest,CheckoutLicenseResult> asyncHandler) |
Future<CheckoutLicenseResult> |
AWSLicenseManagerAsyncClient.checkoutLicenseAsync(CheckoutLicenseRequest request,
AsyncHandler<CheckoutLicenseRequest,CheckoutLicenseResult> asyncHandler) |
Future<CheckoutLicenseResult> |
AWSLicenseManagerAsync.checkoutLicenseAsync(CheckoutLicenseRequest checkoutLicenseRequest,
AsyncHandler<CheckoutLicenseRequest,CheckoutLicenseResult> asyncHandler)
Checks out the specified license.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutLicenseResult |
CheckoutLicenseResult.clone() |
CheckoutLicenseResult |
CheckoutLicenseResult.withCheckoutType(CheckoutType checkoutType)
Checkout type.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withCheckoutType(String checkoutType)
Checkout type.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withEntitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withEntitlementsAllowed(EntitlementData... entitlementsAllowed)
Allowed license entitlements.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withExpiration(String expiration)
Date and time at which the license checkout expires.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withIssuedAt(String issuedAt)
Date and time at which the license checkout is issued.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the checkout license.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withNodeId(String nodeId)
Node ID.
|
CheckoutLicenseResult |
CheckoutLicenseResult.withSignedToken(String signedToken)
Signed token.
|
Copyright © 2023. All rights reserved.