| 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<CreateLicenseResult> |
AbstractAWSLicenseManagerAsync.createLicenseAsync(CreateLicenseRequest request,
AsyncHandler<CreateLicenseRequest,CreateLicenseResult> asyncHandler) |
Future<CreateLicenseResult> |
AWSLicenseManagerAsyncClient.createLicenseAsync(CreateLicenseRequest request,
AsyncHandler<CreateLicenseRequest,CreateLicenseResult> asyncHandler) |
Future<CreateLicenseResult> |
AWSLicenseManagerAsync.createLicenseAsync(CreateLicenseRequest createLicenseRequest,
AsyncHandler<CreateLicenseRequest,CreateLicenseResult> asyncHandler)
Creates a license.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLicenseRequest |
CreateLicenseRequest.clone() |
CreateLicenseRequest |
CreateLicenseRequest.withBeneficiary(String beneficiary)
License beneficiary.
|
CreateLicenseRequest |
CreateLicenseRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateLicenseRequest |
CreateLicenseRequest.withConsumptionConfiguration(ConsumptionConfiguration consumptionConfiguration)
Configuration for consumption of the license.
|
CreateLicenseRequest |
CreateLicenseRequest.withEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
CreateLicenseRequest |
CreateLicenseRequest.withEntitlements(Entitlement... entitlements)
License entitlements.
|
CreateLicenseRequest |
CreateLicenseRequest.withHomeRegion(String homeRegion)
Home Region for the license.
|
CreateLicenseRequest |
CreateLicenseRequest.withIssuer(Issuer issuer)
License issuer.
|
CreateLicenseRequest |
CreateLicenseRequest.withLicenseMetadata(Collection<Metadata> licenseMetadata)
Information about the license.
|
CreateLicenseRequest |
CreateLicenseRequest.withLicenseMetadata(Metadata... licenseMetadata)
Information about the license.
|
CreateLicenseRequest |
CreateLicenseRequest.withLicenseName(String licenseName)
License name.
|
CreateLicenseRequest |
CreateLicenseRequest.withProductName(String productName)
Product name.
|
CreateLicenseRequest |
CreateLicenseRequest.withProductSKU(String productSKU)
Product SKU.
|
CreateLicenseRequest |
CreateLicenseRequest.withValidity(DatetimeRange validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
Copyright © 2023. All rights reserved.