| 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<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.
|
Future<CreateGrantVersionResult> |
AbstractAWSLicenseManagerAsync.createGrantVersionAsync(CreateGrantVersionRequest request,
AsyncHandler<CreateGrantVersionRequest,CreateGrantVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGrantVersionRequest |
CreateGrantVersionRequest.clone() |
CreateGrantVersionRequest |
CreateGrantVersionRequest.withAllowedOperations(AllowedOperation... allowedOperations)
Allowed operations for the grant.
|
CreateGrantVersionRequest |
CreateGrantVersionRequest.withAllowedOperations(Collection<String> allowedOperations)
Allowed operations for the grant.
|
CreateGrantVersionRequest |
CreateGrantVersionRequest.withAllowedOperations(String... allowedOperations)
Allowed operations for the grant.
|
CreateGrantVersionRequest |
CreateGrantVersionRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateGrantVersionRequest |
CreateGrantVersionRequest.withGrantArn(String grantArn)
Amazon Resource Name (ARN) of the grant.
|
CreateGrantVersionRequest |
CreateGrantVersionRequest.withGrantName(String grantName)
Grant name.
|
CreateGrantVersionRequest |
CreateGrantVersionRequest.withSourceVersion(String sourceVersion)
Current version of the grant.
|
CreateGrantVersionRequest |
CreateGrantVersionRequest.withStatus(GrantStatus status)
Grant status.
|
CreateGrantVersionRequest |
CreateGrantVersionRequest.withStatus(String status)
Grant status.
|
CreateGrantVersionRequest |
CreateGrantVersionRequest.withStatusReason(String statusReason)
Grant status reason.
|
Copyright © 2023. All rights reserved.