| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager |
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts
and on-premises servers.
|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CheckoutLicenseResponse> |
LicenseManagerAsyncClient.checkoutLicense(Consumer<CheckoutLicenseRequest.Builder> checkoutLicenseRequest)
Checks out the specified license.
|
default CheckoutLicenseResponse |
LicenseManagerClient.checkoutLicense(Consumer<CheckoutLicenseRequest.Builder> checkoutLicenseRequest)
Checks out the specified license.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.beneficiary(String beneficiary)
License beneficiary.
|
static CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.builder() |
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.checkoutType(CheckoutType checkoutType)
Checkout type.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.checkoutType(String checkoutType)
Checkout type.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.entitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.entitlements(Consumer<EntitlementData.Builder>... entitlements)
License entitlements.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.entitlements(EntitlementData... entitlements)
License entitlements.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.keyFingerprint(String keyFingerprint)
Key fingerprint identifying the license.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.nodeId(String nodeId)
Node ID.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.Builder.productSKU(String productSKU)
Product SKU.
|
CheckoutLicenseRequest.Builder |
CheckoutLicenseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CheckoutLicenseRequest.Builder> |
CheckoutLicenseRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.