| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.builder() |
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.checkoutMetadata(Collection<Metadata> checkoutMetadata)
Information about constraints.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.checkoutMetadata(Consumer<Metadata.Builder>... checkoutMetadata)
Information about constraints.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.checkoutMetadata(Metadata... checkoutMetadata)
Information about constraints.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.entitlementsAllowed(Collection<EntitlementData> entitlementsAllowed)
Allowed license entitlements.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.entitlementsAllowed(Consumer<EntitlementData.Builder>... entitlementsAllowed)
Allowed license entitlements.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.entitlementsAllowed(EntitlementData... entitlementsAllowed)
Allowed license entitlements.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.expiration(String expiration)
Date and time at which the license checkout expires.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.issuedAt(String issuedAt)
Date and time at which the license checkout is issued.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.licenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.licenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.nodeId(String nodeId)
Node ID.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.Builder.signedToken(String signedToken)
Signed token.
|
CheckoutBorrowLicenseResponse.Builder |
CheckoutBorrowLicenseResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CheckoutBorrowLicenseResponse.Builder> |
CheckoutBorrowLicenseResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.