| 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 |
|---|---|
CreateGrantVersionResult |
AbstractAWSLicenseManager.createGrantVersion(CreateGrantVersionRequest request) |
CreateGrantVersionResult |
AWSLicenseManager.createGrantVersion(CreateGrantVersionRequest createGrantVersionRequest)
Creates a new version of the specified grant.
|
CreateGrantVersionResult |
AWSLicenseManagerClient.createGrantVersion(CreateGrantVersionRequest request)
Creates a new version of the specified grant.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGrantVersionResult> |
AbstractAWSLicenseManagerAsync.createGrantVersionAsync(CreateGrantVersionRequest request,
AsyncHandler<CreateGrantVersionRequest,CreateGrantVersionResult> asyncHandler) |
Future<CreateGrantVersionResult> |
AWSLicenseManagerAsyncClient.createGrantVersionAsync(CreateGrantVersionRequest request,
AsyncHandler<CreateGrantVersionRequest,CreateGrantVersionResult> asyncHandler) |
Future<CreateGrantVersionResult> |
AWSLicenseManagerAsync.createGrantVersionAsync(CreateGrantVersionRequest createGrantVersionRequest,
AsyncHandler<CreateGrantVersionRequest,CreateGrantVersionResult> asyncHandler)
Creates a new version of the specified grant.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGrantVersionResult |
CreateGrantVersionResult.clone() |
CreateGrantVersionResult |
CreateGrantVersionResult.withGrantArn(String grantArn)
Grant ARN.
|
CreateGrantVersionResult |
CreateGrantVersionResult.withStatus(GrantStatus status)
Grant status.
|
CreateGrantVersionResult |
CreateGrantVersionResult.withStatus(String status)
Grant status.
|
CreateGrantVersionResult |
CreateGrantVersionResult.withVersion(String version)
New version of the grant.
|
Copyright © 2023. All rights reserved.