| 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<CreateLicenseVersionResult> |
AWSLicenseManagerAsyncClient.createLicenseVersionAsync(CreateLicenseVersionRequest request,
AsyncHandler<CreateLicenseVersionRequest,CreateLicenseVersionResult> asyncHandler) |
Future<CreateLicenseVersionResult> |
AbstractAWSLicenseManagerAsync.createLicenseVersionAsync(CreateLicenseVersionRequest request,
AsyncHandler<CreateLicenseVersionRequest,CreateLicenseVersionResult> asyncHandler) |
Future<CreateLicenseVersionResult> |
AWSLicenseManagerAsync.createLicenseVersionAsync(CreateLicenseVersionRequest createLicenseVersionRequest,
AsyncHandler<CreateLicenseVersionRequest,CreateLicenseVersionResult> asyncHandler)
Creates a new version of the specified license.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.clone() |
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withConsumptionConfiguration(ConsumptionConfiguration consumptionConfiguration)
Configuration for consumption of the license.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withEntitlements(Collection<Entitlement> entitlements)
License entitlements.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withEntitlements(Entitlement... entitlements)
License entitlements.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withHomeRegion(String homeRegion)
Home Region of the license.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withIssuer(Issuer issuer)
License issuer.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withLicenseMetadata(Collection<Metadata> licenseMetadata)
Information about the license.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withLicenseMetadata(Metadata... licenseMetadata)
Information about the license.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withLicenseName(String licenseName)
License name.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withProductName(String productName)
Product name.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withSourceVersion(String sourceVersion)
Current version of the license.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withStatus(LicenseStatus status)
License status.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withStatus(String status)
License status.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withValidity(DatetimeRange validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
Copyright © 2024. All rights reserved.