| 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 |
|---|---|
CreateLicenseResult |
AWSLicenseManagerClient.createLicense(CreateLicenseRequest request)
Creates a license.
|
CreateLicenseResult |
AbstractAWSLicenseManager.createLicense(CreateLicenseRequest request) |
CreateLicenseResult |
AWSLicenseManager.createLicense(CreateLicenseRequest createLicenseRequest)
Creates a license.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLicenseResult> |
AWSLicenseManagerAsyncClient.createLicenseAsync(CreateLicenseRequest request,
AsyncHandler<CreateLicenseRequest,CreateLicenseResult> asyncHandler) |
Future<CreateLicenseResult> |
AWSLicenseManagerAsync.createLicenseAsync(CreateLicenseRequest createLicenseRequest,
AsyncHandler<CreateLicenseRequest,CreateLicenseResult> asyncHandler)
Creates a license.
|
Future<CreateLicenseResult> |
AbstractAWSLicenseManagerAsync.createLicenseAsync(CreateLicenseRequest request,
AsyncHandler<CreateLicenseRequest,CreateLicenseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLicenseResult |
CreateLicenseResult.clone() |
CreateLicenseResult |
CreateLicenseResult.withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
CreateLicenseResult |
CreateLicenseResult.withStatus(LicenseStatus status)
License status.
|
CreateLicenseResult |
CreateLicenseResult.withStatus(String status)
License status.
|
CreateLicenseResult |
CreateLicenseResult.withVersion(String version)
License version.
|
Copyright © 2022. All rights reserved.