| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager |
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts
and on-premises servers.
|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateGrantResponse |
LicenseManagerClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Creates a grant for the specified license.
|
default CompletableFuture<CreateGrantResponse> |
LicenseManagerAsyncClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Creates a grant for the specified license.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperations(AllowedOperation... allowedOperations)
Allowed operations for the grant.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperations(Collection<AllowedOperation> allowedOperations)
Allowed operations for the grant.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperationsWithStrings(Collection<String> allowedOperations)
Allowed operations for the grant.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperationsWithStrings(String... allowedOperations)
Allowed operations for the grant.
|
static CreateGrantRequest.Builder |
CreateGrantRequest.builder() |
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.grantName(String grantName)
Grant name.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.homeRegion(String homeRegion)
Home Region of the grant.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.licenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.principals(Collection<String> principals)
The grant principals.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.principals(String... principals)
The grant principals.
|
CreateGrantRequest.Builder |
CreateGrantRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGrantRequest.Builder> |
CreateGrantRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.