| 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 |
|---|---|
CreateLicenseVersionResult |
AbstractAWSLicenseManager.createLicenseVersion(CreateLicenseVersionRequest request) |
CreateLicenseVersionResult |
AWSLicenseManager.createLicenseVersion(CreateLicenseVersionRequest createLicenseVersionRequest)
Creates a new version of the specified license.
|
CreateLicenseVersionResult |
AWSLicenseManagerClient.createLicenseVersion(CreateLicenseVersionRequest request)
Creates a new version of the specified license.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateLicenseVersionResult> |
AWSLicenseManagerAsyncClient.createLicenseVersionAsync(CreateLicenseVersionRequest request,
AsyncHandler<CreateLicenseVersionRequest,CreateLicenseVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLicenseVersionResult |
CreateLicenseVersionResult.clone() |
CreateLicenseVersionResult |
CreateLicenseVersionResult.withLicenseArn(String licenseArn)
License ARN.
|
CreateLicenseVersionResult |
CreateLicenseVersionResult.withStatus(LicenseStatus status)
License status.
|
CreateLicenseVersionResult |
CreateLicenseVersionResult.withStatus(String status)
License status.
|
CreateLicenseVersionResult |
CreateLicenseVersionResult.withVersion(String version)
New version of the license.
|
Copyright © 2022. All rights reserved.